fix firewall for auth-dns
This commit is contained in:
parent
8cb137d1bd
commit
f11bc1b50a
1 changed files with 6 additions and 0 deletions
|
@ -51,6 +51,12 @@ in
|
||||||
settingsFile = knotConf;
|
settingsFile = knotConf;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# configure remaining network to work
|
||||||
|
networking.firewall = {
|
||||||
|
allowedTCPPorts = [ 53 ];
|
||||||
|
allowedUDPPorts = [ 53 ];
|
||||||
|
};
|
||||||
|
|
||||||
# DO NOT CHANGE
|
# 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
|
# 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";
|
home-manager.users.noc.home.stateVersion = "24.11";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue