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

{
  deuxfleurs.site_name = "corrin";
  deuxfleurs.lan_default_gateway = "192.168.1.1";
  deuxfleurs.ipv6_default_gateway = "fe80::7ec1:77ff:fe3e:bb90";
  deuxfleurs.lan_ip_prefix_length = 24;
  deuxfleurs.ipv6_prefix_length = 64;
  deuxfleurs.cname_target = "corrin.site.staging.deuxfleurs.org.";
  deuxfleurs.public_ipv4 = "82.120.233.78";

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