Remove zeroconf and firewall configuration
This commit is contained in:
parent
79fe0645a0
commit
4b105b0517
|
@ -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 = [ ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue