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";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
porn = {
|
||||
enable = true;
|
||||
path = "/media/porn";
|
||||
rescanInterval = 8 * 3600;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -99,7 +99,7 @@ with lib; {
|
|||
porn = {
|
||||
enable = lib.mkDefault false;
|
||||
watch = false;
|
||||
devices = [ "workhorse" "porani" ];
|
||||
devices = [ "workhorse" ];
|
||||
};
|
||||
music-library = {
|
||||
enable = lib.mkDefault false;
|
||||
|
|
Loading…
Reference in a new issue