valkyrie: Open DNS and DHCP ports
This commit is contained in:
parent
f2ebda369a
commit
51672c186b
1 changed files with 7 additions and 1 deletions
|
@ -43,7 +43,13 @@
|
|||
useNetworkd = true;
|
||||
nftables.enable = true;
|
||||
|
||||
firewall.trustedInterfaces = [ "tailscale0" ];
|
||||
firewall = {
|
||||
trustedInterfaces = [ "tailscale0" ];
|
||||
allowedUDPPorts = [
|
||||
53
|
||||
67
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
systemd.network = {
|
||||
|
|
Loading…
Reference in a new issue