This commit is contained in:
2025-08-03 21:05:28 +03:00
parent abeeeb2a45
commit 3a598edb4c
2 changed files with 4 additions and 4 deletions

View File

@@ -28,7 +28,7 @@
# Allow grafana access to the sqlite db
users.users.eko.extraGroups = [ "grafana" ];
# systemd.services.eko.serviceConfig.StateDirectoryMode = lib.mkForce 0750;
systemd.services.eko.serviceConfig.StateDirectory = "eko";
# systemd.services.eko.serviceConfig.StateDirectory = "eko";
systemd.services.grafana = {
serviceConfig = {
ProtectHome = lib.mkForce false;