nixos/locatedb: path restriction options were renamed
in systemd 231.
This commit is contained in:
@@ -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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user