aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/site/corrin.nix
blob: 00839863a1887b2396c1af63755b1e3d80f4d609 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ config, pkgs, ... }:

{
  deuxfleurs.siteName = "corrin";
  deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1";
  deuxfleurs.cnameTarget = "corrin.site.staging.deuxfleurs.org.";
  deuxfleurs.publicIPv4 = "82.120.233.78";

  networking.firewall.allowedTCPPorts = [ 80 443 ];
}