added dlna for aphelion

This commit is contained in:
yaroslav
2025-07-30 00:56:24 +03:00
parent b51818d19d
commit e704a8f8bc
5 changed files with 27 additions and 2 deletions
+13
View File
@@ -0,0 +1,13 @@
{ ... }:
{
services.minidlna = {
enable = true;
settings = {
media_dir = [
"/Volumes/Trash/Music"
"/Volumes/Trash/Movies"
];
};
openFirewall = true;
};
}