This commit is contained in:
2025-08-03 21:05:28 +03:00
parent abeeeb2a45
commit 3a598edb4c
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -28,11 +28,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1754241649,
"narHash": "sha256-3dWoPB1UEU0G2ciXGjj32purXtiXQcXiq5fZdjrUXtY=",
"lastModified": 1754244306,
"narHash": "sha256-/51xX+DICXM8f3VEYhWPJqniPZwEOFD6L4H1nmziMbI=",
"owner": "kyren223",
"repo": "eko",
"rev": "3c7f1a8c2c46271ca889a523734cb32e6bcc4cd7",
"rev": "19904268acf9e7fd3888a3f6a852c198cb394e9e",
"type": "github"
},
"original": {

View File

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