syncthing: remove porani
This commit is contained in:
parent
71428a519a
commit
8858704a45
2 changed files with 1 additions and 6 deletions
|
@ -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;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue