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