Files
nixos-config/modules/networking/firewall.nix
2025-08-12 19:32:49 +00:00

7 lines
101 B
Nix

{
networking.firewall = {
enable = true;
trustedInterfaces = ["eno1" "tailscale0"];
};
}