Add minidlna to mm

This commit is contained in:
Greg Hellings
2023-08-07 16:50:32 -05:00
parent 7fb53a6522
commit 4df6903bbe
+10 -1
View File
@@ -155,7 +155,16 @@ in
}];
};
};
minidlna = {
enable = true;
openFirewall = true;
settings = {
inotify = "yes";
media_dir = [
"/mm-video"
];
};
};
# Configure keymap in X11
xserver = {
layout = "us";