Disable zeroconf config
This commit is contained in:
parent
8e0bf3ac03
commit
5ec7b56a91
|
@ -33,17 +33,6 @@ in {
|
|||
networkConfig.DNSSEC = "no";
|
||||
};
|
||||
|
||||
# Enable zeroconf
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
openFirewall = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
userServices = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Dynamic DNS configuration
|
||||
services.ddclient = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in New Issue