From 3a598edb4c927b4dcf977458288d8898ebd15536 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 3 Aug 2025 21:05:28 +0300 Subject: [PATCH] a --- flake.lock | 6 +++--- nixosModules/eko.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index c30bb0a..fd023c6 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/nixosModules/eko.nix b/nixosModules/eko.nix index b7e8df5..8341abf 100644 --- a/nixosModules/eko.nix +++ b/nixosModules/eko.nix @@ -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;