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
+1 -2
View File
@@ -2,8 +2,7 @@
{
services.nfs.server.enable = true;
services.nfs.server.exports = ''
/share 192.168.1.0/24(rw)
/share/nixos-1 192.168.1.0/24(rw)
/Volumes/Trash 192.168.1.0/24(rw)
'';
networking.firewall.allowedTCPPorts = [ 2049 ];
}