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

{
  deuxfleurs.site_name = "scorpio";
  deuxfleurs.lan_default_gateway = "192.168.1.254";
  deuxfleurs.ipv6_default_gateway = "2a01:e0a:e4:2dd0::1";
  deuxfleurs.lan_ip_prefix_length = 24;
  deuxfleurs.ipv6_prefix_length = 64;
  deuxfleurs.nameservers = [ "192.168.1.254" ];
  deuxfleurs.cname_target = "scorpio.site.deuxfleurs.fr.";
  deuxfleurs.public_ipv4 = "82.65.41.110";

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