Add grafana to the eko group so it can access the db
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user