From 8858704a452d562076bae35dbe4721e4ca1c0c43 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Fri, 7 Feb 2020 10:29:54 +1300 Subject: [PATCH] syncthing: remove porani --- configs/porani/syncthing.nix | 5 ----- system/all/syncthing.nix | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) 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;