{ config, pkgs, ...}: let in { networking.firewall = { enable = true; allowedTCPPorts = [80 443 5432]; extraCommands = with pkgs.lib; '' # ${pkgs.nftables}/bin/nft -f - <