Trying a fix

This commit is contained in:
2025-08-03 20:21:44 +03:00
parent 8e8a2c9c3c
commit 495ebaeed3
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View File

@@ -28,11 +28,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1754236067,
"narHash": "sha256-i3T9eFrMwQdl46zSdJivRpG2Myab8eaG2OCffSQy2bk=",
"lastModified": 1754241649,
"narHash": "sha256-3dWoPB1UEU0G2ciXGjj32purXtiXQcXiq5fZdjrUXtY=",
"owner": "kyren223",
"repo": "eko",
"rev": "d427beaebabb5f68c3817b96c9f528ed36169ceb",
"rev": "3c7f1a8c2c46271ca889a523734cb32e6bcc4cd7",
"type": "github"
},
"original": {

View File

@@ -27,7 +27,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.StateDirectoryMode = lib.mkForce 0750;
systemd.services.grafana = {
serviceConfig = {
ProtectHome = lib.mkForce false;