nixos/uptime-kuma: Ensure proper permissions for state directory
Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -53,6 +53,7 @@ in
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
StateDirectory = "uptime-kuma";
|
||||
StateDirectoryMode = "750";
|
||||
DynamicUser = true;
|
||||
ExecStart = "${cfg.package}/bin/uptime-kuma-server";
|
||||
Restart = "on-failure";
|
||||
|
||||
Reference in New Issue
Block a user