syncthing remove porn

feature/hass
Ingolf Wagner 2021-03-06 05:50:10 +01:00
parent 58df27cc3a
commit 53b15e77b4
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
3 changed files with 4 additions and 19 deletions

View File

@ -11,10 +11,10 @@
series = config.services.syncthing.declarative.folders.series.path; series = config.services.syncthing.declarative.folders.series.path;
books = config.services.syncthing.declarative.folders.books.path; books = config.services.syncthing.declarative.folders.books.path;
}; };
private.test = { #private.test = {
folder = config.services.syncthing.declarative.folders.porn.path; # folder = ;
users = "kodi"; # users = "kodi";
}; #};
}; };
services.syncthing = { services.syncthing = {
@ -80,11 +80,6 @@
path = "/media/syncthing/music-library-free"; path = "/media/syncthing/music-library-free";
rescanInterval = 8 * 3600; rescanInterval = 8 * 3600;
}; };
porn = {
enable = true;
path = "/media/syncthing/porn";
rescanInterval = 8 * 3600;
};
samples = { samples = {
enable = true; enable = true;
path = "/media/syncthing/samples"; path = "/media/syncthing/samples";

View File

@ -66,11 +66,6 @@
path = "/media/syncthing/books"; path = "/media/syncthing/books";
rescanInterval = 8 * 3600; rescanInterval = 8 * 3600;
}; };
porn = {
enable = true;
path = "/media/syncthing/porn";
rescanInterval = 8 * 3600;
};
samples = { samples = {
enable = true; enable = true;
path = "/media/syncthing/samples"; path = "/media/syncthing/samples";

View File

@ -138,11 +138,6 @@ with lib; {
params.keep = "3"; params.keep = "3";
}; };
}; };
porn = {
enable = lib.mkDefault false;
watch = false;
devices = [ "workhorse" "pepe" ];
};
music-library = { music-library = {
enable = lib.mkDefault false; enable = lib.mkDefault false;
id = "gytmq-r2zrx"; id = "gytmq-r2zrx";