What can go wrong

This commit is contained in:
2025-08-03 19:57:01 +03:00
parent 24bd3d63c8
commit 82dda6cd8d

View File

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