enable nsd, minidlna

This commit is contained in:
2024-08-03 06:18:52 +03:00
parent 44fb4a6cd1
commit 1156b20785
2 changed files with 22 additions and 50 deletions

View File

@@ -85,6 +85,28 @@ in
'';
};
nsd = {
enable = true;
interfaces = [
"0.0.0.0"
"::"
];
zones = {
"jakstys.lt.".data = myData.jakstysLTZone;
"11sync.net.".data = myData.e11syncZone;
};
};
minidlna = {
enable = true;
openFirewall = true;
settings = {
media_dir = [ "/home/motiejus/video" ];
friendly_name = "vno1-oh2";
inotify = "yes";
};
};
prometheus = {
enable = true;
port = myData.ports.prometheus;