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

6 lines
100 B
Nix

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