From bb5f74a4a2a9868214dbd68e5ccd29558c7671ab Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Sun, 3 Aug 2025 21:07:55 +0300 Subject: [PATCH] Fixed typo --- service.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.nix b/service.nix index 2a486b4..082db8a 100644 --- a/service.nix +++ b/service.nix @@ -110,7 +110,7 @@ in EKO_SERVER_TOS_FILE = cfg.tosFile; EKO_SERVER_PRIVACY_FILE = cfg.privacyFile; USER = cfg.user; - HOME = cfg.stateDir; + HOME = cfg.dataDir; }; serviceConfig = {