This commit is contained in:
2025-08-03 19:53:33 +03:00
parent eab76a64f1
commit 24bd3d63c8

View File

@@ -26,7 +26,6 @@
];
# Allow grafana access to the sqlite db
users.users.eko.group = lib.mkForce "grafana";
systemd.tmpfiles.rules = [ "d /var/lib/eko 0750 eko grafana" ];
systemd.services.eko.serviceConfig.StateDirectoryMode = lib.mkForce "0750";
systemd.services.grafana = {