diff --git a/configs/porani/syncthing.nix b/configs/porani/syncthing.nix index b46b407..4b5062e 100644 --- a/configs/porani/syncthing.nix +++ b/configs/porani/syncthing.nix @@ -43,11 +43,6 @@ path = "/media/series"; rescanInterval = 8 * 3600; }; - porn = { - enable = true; - path = "/media/porn"; - rescanInterval = 8 * 3600; - }; }; }; }; diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index b2c766d..943507b 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -99,7 +99,7 @@ with lib; { porn = { enable = lib.mkDefault false; watch = false; - devices = [ "workhorse" "porani" ]; + devices = [ "workhorse" ]; }; music-library = { enable = lib.mkDefault false;