From 53b15e77b4e36efb02686c84e35113041986f176 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sat, 6 Mar 2021 05:50:10 +0100 Subject: [PATCH] syncthing remove porn --- configs/pepe/syncthing.nix | 13 ++++--------- configs/workhorse/syncthing.nix | 5 ----- system/all/syncthing.nix | 5 ----- 3 files changed, 4 insertions(+), 19 deletions(-) diff --git a/configs/pepe/syncthing.nix b/configs/pepe/syncthing.nix index 9b230e8..f0e451c 100644 --- a/configs/pepe/syncthing.nix +++ b/configs/pepe/syncthing.nix @@ -11,10 +11,10 @@ series = config.services.syncthing.declarative.folders.series.path; books = config.services.syncthing.declarative.folders.books.path; }; - private.test = { - folder = config.services.syncthing.declarative.folders.porn.path; - users = "kodi"; - }; + #private.test = { + # folder = ; + # users = "kodi"; + #}; }; services.syncthing = { @@ -80,11 +80,6 @@ path = "/media/syncthing/music-library-free"; rescanInterval = 8 * 3600; }; - porn = { - enable = true; - path = "/media/syncthing/porn"; - rescanInterval = 8 * 3600; - }; samples = { enable = true; path = "/media/syncthing/samples"; diff --git a/configs/workhorse/syncthing.nix b/configs/workhorse/syncthing.nix index 956d1c6..69378a1 100644 --- a/configs/workhorse/syncthing.nix +++ b/configs/workhorse/syncthing.nix @@ -66,11 +66,6 @@ path = "/media/syncthing/books"; rescanInterval = 8 * 3600; }; - porn = { - enable = true; - path = "/media/syncthing/porn"; - rescanInterval = 8 * 3600; - }; samples = { enable = true; path = "/media/syncthing/samples"; diff --git a/system/all/syncthing.nix b/system/all/syncthing.nix index 0d3c78c..1d1542b 100644 --- a/system/all/syncthing.nix +++ b/system/all/syncthing.nix @@ -138,11 +138,6 @@ with lib; { params.keep = "3"; }; }; - porn = { - enable = lib.mkDefault false; - watch = false; - devices = [ "workhorse" "pepe" ]; - }; music-library = { enable = lib.mkDefault false; id = "gytmq-r2zrx";