From b84018ba59aae235d5d67b84ef0f46669133a92c Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 14 Oct 2024 19:25:02 -0400 Subject: [PATCH] syncthing: fix #123 --- userModules/aly/syncthing.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/userModules/aly/syncthing.nix b/userModules/aly/syncthing.nix index 9f428241..463fcea2 100644 --- a/userModules/aly/syncthing.nix +++ b/userModules/aly/syncthing.nix @@ -11,6 +11,7 @@ in { services.syncthing = { enable = true; cert = cfg.certFile; + configDir = "${config.services.syncthing.dataDir}/.syncthing"; dataDir = "/home/aly"; key = cfg.keyFile; openDefaultPorts = true;