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

{
  deuxfleurs.site_name = "jupiter";
  deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1";
  deuxfleurs.cname_target = "jupiter.site.staging.deuxfleurs.org.";

  # no public ipv4 is used for the staging cluster on Jupiter
  # deuxfleurs.public_ipv4 = "???";

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