disabled dlna, enabled btrfs scrub
This commit is contained in:
parent
7e1801973a
commit
825d8fe72d
@ -62,21 +62,11 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services = {
|
services.btrfs.autoScrub = {
|
||||||
minidlna = {
|
enable = true;
|
||||||
enable = false;
|
fileSystems = [
|
||||||
openFirewall = true;
|
"/"
|
||||||
settings = {
|
"/srv/pool"
|
||||||
inotify = "yes";
|
];
|
||||||
media_dir = [
|
|
||||||
"/srv/pool"
|
|
||||||
"/home/jawz"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
btrfs.autoScrub = {
|
|
||||||
enable = true;
|
|
||||||
fileSystems = [ "/" ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user