nixfiles/nixos/common/nftables.nix

3 lines
44 B
Nix

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