Re-remove avahi.
Turns out resolved can do it all. Tested from another machine with: resolvectl --cache=no query quinn.local
This commit is contained in:
parent
601129bb48
commit
2caa4810fd
|
@ -145,20 +145,6 @@
|
|||
|
||||
# List services that you want to enable:
|
||||
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
ipv6 = true;
|
||||
ipv4 = true;
|
||||
nssmdns4 = true;
|
||||
nssmdns6 = true;
|
||||
publish = {
|
||||
addresses = true;
|
||||
enable = true;
|
||||
hinfo = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts."pihole.home.arpa" = {
|
||||
|
|
Loading…
Reference in New Issue