syncthing: remove porani

This commit is contained in:
Ingolf Wagner 2020-02-07 10:29:54 +13:00
parent 71428a519a
commit 8858704a45
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B
2 changed files with 1 additions and 6 deletions

View file

@ -43,11 +43,6 @@
path = "/media/series"; path = "/media/series";
rescanInterval = 8 * 3600; rescanInterval = 8 * 3600;
}; };
porn = {
enable = true;
path = "/media/porn";
rescanInterval = 8 * 3600;
};
}; };
}; };
}; };

View file

@ -99,7 +99,7 @@ with lib; {
porn = { porn = {
enable = lib.mkDefault false; enable = lib.mkDefault false;
watch = false; watch = false;
devices = [ "workhorse" "porani" ]; devices = [ "workhorse" ];
}; };
music-library = { music-library = {
enable = lib.mkDefault false; enable = lib.mkDefault false;