nix-config/hosts/modules/common/firewall.nix

8 lines
92 B
Nix

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