mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
nixos/mimir: set workingdirectory
Mimir writes files relatative to its working directory. With this option less files have to be configured.
This commit is contained in:
parent
94733b13d8
commit
6497902407
@ -56,6 +56,7 @@ in {
|
||||
ProtectSystem = "full";
|
||||
DevicePolicy = "closed";
|
||||
NoNewPrivileges = true;
|
||||
WorkingDirectory = "/var/lib/mimir";
|
||||
StateDirectory = "mimir";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user