Fixed typo?

This commit is contained in:
2025-08-03 19:12:49 +03:00
parent 6f076ff991
commit a8ad8441fd

View File

@@ -27,7 +27,7 @@
# 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.tmpfiles.rules = [ "d /var/lib/eko 0750 eko grafana" ];
systemd.services.eko.serviceConfig.StateDirectoryMode = lib.mkForce "0750";
systemd.services.grafana = {
serviceConfig = {