This commit is contained in:
2025-08-03 21:30:02 +03:00
parent f77f0517c1
commit ba638f0a72

View File

@@ -27,8 +27,8 @@
# 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.StateDirectoryMode = lib.mkForce 0750;
systemd.services.eko.serviceConfig.StateDirectory = "eko";
systemd.services.grafana = {
serviceConfig = {
ProtectHome = lib.mkForce false;