nix-config/modules/nixos/nftables.nix
2026-04-15 18:26:05 -04:00

7 lines
100 B
Nix

{ ... }:
{
networking.nftables.enable = true;
networking.firewall = {
enable = true;
};
}