syncthing: remove porani

feature/hass
Ingolf Wagner 2020-02-07 10:29:54 +13:00
parent 71428a519a
commit 8858704a45
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 1 additions and 6 deletions

View File

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

View File

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