disable systemd-resolved on auth-dns

This commit is contained in:
lilly 2025-03-10 23:09:02 +01:00
parent fc869ba783
commit 814656552a
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -65,6 +65,7 @@ in
};
# configure remaining network to work
services.resolved.enable = false;
networking.firewall = {
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 53 ];