Remove zeroconf and firewall configuration

This commit is contained in:
coolneng 2021-04-06 12:56:28 +02:00
parent 79fe0645a0
commit 4b105b0517
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 18 deletions

View File

@ -19,22 +19,4 @@
nameservers = [ "1.1.1.1" "8.8.8.8" ];
enableIPv6 = false;
};
# Enable zeroconf
services.avahi = {
enable = true;
nssmdns = true;
publish = {
enable = true;
addresses = true;
domain = true;
};
};
# Firewall configuration
networking.firewall = {
allowedTCPPorts = [ ];
allowedUDPPorts = [ ];
};
}