{ config, pkgs, ... }: { deuxfleurs.site_name = "corrin"; deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1"; deuxfleurs.cname_target = "corrin.site.staging.deuxfleurs.org."; deuxfleurs.public_ipv4 = "82.120.233.78"; networking.firewall.allowedTCPPorts = [ 80 443 ]; }