mkchromecast, audio changes, dlna

This commit is contained in:
kat witch 2021-03-15 16:45:17 +00:00
parent 0709e65146
commit f3b8948fa6
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
7 changed files with 32 additions and 8 deletions

View file

@ -25,10 +25,13 @@
networking.useDHCP = false;
networking.interfaces.enp34s0.useDHCP = true;
networking.firewall.allowPing = true;
networking.firewall.allowedTCPPorts = [ 80 445 139 9091 ]; # smb transmission
networking.firewall.allowedTCPPorts = [ 80 445 139 9091 5000 32101 ]; # smb transmission mkchromecast
networking.firewall.allowedUDPPorts = [ 137 138 4010 ]; # smb scream
networking.firewall.allowedUDPPortRanges = [
{ from = 32768; to = 60999; } # dnla
];
services.avahi.enable = true;
system.stateVersion = "20.09";
}