From ea5c3484d9aed81219184e70e32f0e4f76b12c2c Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:34:17 +0200 Subject: [PATCH] Edit home Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- nix/module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/module.nix b/nix/module.nix index 0938e07..84bb9eb 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -75,6 +75,7 @@ in { IKY_FRONT_DIR = "${cfg.package}/share/iky/frontend"; IKY_SEARCH_TTL = cfg.searchTTL; IKY_CLEANUP_INTERVAL = cfg.cleanupInterval; + HOME = "%S/iky"; }; serviceConfig = {