This commit is contained in:
2025-08-03 20:24:59 +03:00
parent 495ebaeed3
commit abeeeb2a45

View File

@@ -28,6 +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.grafana = {
serviceConfig = {
ProtectHome = lib.mkForce false;