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:
Jörg Thalheim 2022-05-28 22:06:22 +02:00 committed by Yt
parent 94733b13d8
commit 6497902407

View File

@ -56,6 +56,7 @@ in {
ProtectSystem = "full";
DevicePolicy = "closed";
NoNewPrivileges = true;
WorkingDirectory = "/var/lib/mimir";
StateDirectory = "mimir";
};
};