From 9a616460898cf8a0c0164b0e10cecfb96be8a1ea Mon Sep 17 00:00:00 2001 From: Kopatz <7265381+Kropatz@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:08:25 +0100 Subject: [PATCH] change syncthing folder --- modules/services/syncthing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/services/syncthing.nix b/modules/services/syncthing.nix index 01ee95e..59eea0e 100644 --- a/modules/services/syncthing.nix +++ b/modules/services/syncthing.nix @@ -5,7 +5,7 @@ in { enable = lib.mkEnableOption "Enables syncthing"; basePath = lib.mkOption { type = with lib.types; string; - default = "/synced"; + default = "/home/${config.mainUser.name}/synced"; description = "Base path for syncthing data"; }; };