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