main
1{
2  flake.modules.nixos.core = _: {
3    networking.nftables.enable = true;
4  };
5}