Upgrade to NixOS 26.05
This commit is contained in:
@@ -135,10 +135,10 @@ in
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
llmnr = "false";
|
||||
extraConfig = ''
|
||||
MulticastDNS=yes
|
||||
DNSStubListener=no
|
||||
'';
|
||||
settings.Resolve = {
|
||||
MulticastDNS = true;
|
||||
DNSStubListener = false;
|
||||
};
|
||||
};
|
||||
|
||||
# DNS server with ad-block
|
||||
|
||||
Reference in New Issue
Block a user