nixos/locatedb: path restriction options were renamed
in systemd 231.
This commit is contained in:
parent
f0b7ee37ef
commit
818b161e0a
@ -147,8 +147,8 @@ in {
|
|||||||
serviceConfig.PrivateTmp = "yes";
|
serviceConfig.PrivateTmp = "yes";
|
||||||
serviceConfig.PrivateNetwork = "yes";
|
serviceConfig.PrivateNetwork = "yes";
|
||||||
serviceConfig.NoNewPrivileges = "yes";
|
serviceConfig.NoNewPrivileges = "yes";
|
||||||
serviceConfig.ReadOnlyDirectories = "/";
|
serviceConfig.ReadOnlyPaths = "/";
|
||||||
serviceConfig.ReadWriteDirectories = dirOf cfg.output;
|
serviceConfig.ReadWritePaths = dirOf cfg.output;
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.timers.update-locatedb =
|
systemd.timers.update-locatedb =
|
||||||
|
Loading…
Reference in New Issue
Block a user