Add grafana to the eko group so it can access the db

This commit is contained in:
2025-08-03 23:27:17 +03:00
parent d5b0dd47dc
commit 054ff0ec3b

View File

@@ -26,7 +26,7 @@
];
# Allow grafana access to the sqlite db
users.users.eko.extraGroups = [ "grafana" ];
users.users.grafana.extraGroups = [ "eko" ];
systemd.services.grafana = {
serviceConfig = {
ProtectHome = lib.mkForce false;