enabled minidlna
This commit is contained in:
parent
de81b95a77
commit
3cc3a378cb
@ -112,15 +112,15 @@
|
||||
enable = true;
|
||||
fileSystems = [ "/" ];
|
||||
};
|
||||
# minidlna = {
|
||||
# enable = true;
|
||||
# openFirewall = true;
|
||||
# settings = {
|
||||
# inotify = "yes";
|
||||
# media_dir = [
|
||||
# "/mnt/pool/glue"
|
||||
# ];
|
||||
# };
|
||||
# };
|
||||
minidlna = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
settings = {
|
||||
inotify = "yes";
|
||||
media_dir = [
|
||||
"/mnt/pool/"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user