valkyrie: Open DNS and DHCP ports

This commit is contained in:
Erwin Boskma 2024-03-16 23:12:30 +01:00
parent f2ebda369a
commit 51672c186b
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -43,7 +43,13 @@
useNetworkd = true;
nftables.enable = true;
firewall.trustedInterfaces = [ "tailscale0" ];
firewall = {
trustedInterfaces = [ "tailscale0" ];
allowedUDPPorts = [
53
67
];
};
};
systemd.network = {