Disable zeroconf config

This commit is contained in:
coolneng 2023-07-15 19:13:34 +02:00
parent 8e0bf3ac03
commit 5ec7b56a91
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 0 additions and 11 deletions

View File

@ -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;