diff --git a/nixosModules/services/syncthing/default.nix b/nixosModules/services/syncthing/default.nix index 6ad772f2..55c9deeb 100644 --- a/nixosModules/services/syncthing/default.nix +++ b/nixosModules/services/syncthing/default.nix @@ -28,6 +28,7 @@ }; config = lib.mkIf config.alyraffauf.services.syncthing.enable { + systemd.services.syncthing.environment.STNODEFAULTFOLDER = "true"; services.syncthing = { enable = true; openDefaultPorts = true;