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

{
  deuxfleurs.site_name = "neptune";
  deuxfleurs.cname_target = "neptune.site.staging.deuxfleurs.org.";

  # no public ipv4 is used for the staging cluster on Neptune,
  # because the Internet connection is already used for the prod cluster
  # deuxfleurs.public_ipv4 = "77.207.15.215";

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