{ lib, pkgs, config, ... }:
{
networking = {
# firewall.enable = false;
firewall.allowedTCPPorts = [ 80 443 ];
};
}