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

{
  deuxfleurs.site_name = "bespin";
  deuxfleurs.staticIPv4.defaultGateway = "192.168.5.254";
  deuxfleurs.cname_target = "bespin.site.staging.deuxfleurs.org.";

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