fix firewall for auth-dns

This commit is contained in:
lilly 2025-03-04 23:08:38 +01:00
parent 8cb137d1bd
commit f11bc1b50a
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -51,6 +51,12 @@ in
settingsFile = knotConf;
};
# configure remaining network to work
networking.firewall = {
allowedTCPPorts = [ 53 ];
allowedUDPPorts = [ 53 ];
};
# DO NOT CHANGE
# this defines the first version of NixOS that was installed on the machine so that programs with non-migratable data files are kept compatible
home-manager.users.noc.home.stateVersion = "24.11";