From 41ba8dbdb595413a1fe1d07047cdb4f79a25212c Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sat, 29 Nov 2025 20:17:20 +0100 Subject: [PATCH] remove path to syncthing --- modules/syncthing.nix | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/syncthing.nix b/modules/syncthing.nix index 705f66e..9cbf86a 100644 --- a/modules/syncthing.nix +++ b/modules/syncthing.nix @@ -106,14 +106,6 @@ in versioning = commonVersioning; }; }) - // (lib.optionalAttrs (lib.elem "NSFW" cfg.enabledFolders) { - "NSFW" = { - path = "~/NSFW"; - devices = nixosDevices; - ignorePerms = true; - versioning = commonVersioning; - }; - }); # GUI settings with authentication gui = { @@ -148,9 +140,6 @@ in (lib.mkIf (lib.elem "Archive" cfg.enabledFolders) { "Archive/.stignore".text = stignoreContent; }) - (lib.mkIf (lib.elem "NSFW" cfg.enabledFolders) { - "NSFW/.stignore".text = stignoreContent; - }) ]; # For NixOS systems, we need to add Syncthing as a manual service in Traefik