nix-config/modules/firewall/default.nix

6 lines
91 B
Nix

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