nixcfg/cluster/staging/site/corrin.nix

11 lines
283 B
Nix
Raw Normal View History

2022-12-28 15:49:43 +00:00
{ config, pkgs, ... }:
{
deuxfleurs.site_name = "corrin";
deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1";
2022-12-28 15:49:43 +00:00
deuxfleurs.cname_target = "corrin.site.staging.deuxfleurs.org.";
2023-03-06 13:30:22 +00:00
deuxfleurs.public_ipv4 = "82.120.233.78";
2022-12-28 15:49:43 +00:00
networking.firewall.allowedTCPPorts = [ 80 443 ];
}