nixos: firewall allow llmnr

This commit is contained in:
genofire 2021-10-13 17:32:49 +02:00
parent 9d0fd9fe5a
commit d0a3f80139
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
networking.useDHCP = false;
networking.firewall.enable = true; # is already enabled ...
networking.firewall.allowedUDPPorts = [ 5355 ]; # LLMNR
services.openssh = {
enable = true;