Maybe fixed systemd issue?

This commit is contained in:
2025-08-03 20:04:40 +03:00
parent 82dda6cd8d
commit 2e0e24b411

View File

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