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

{
  deuxfleurs.siteName = "scorpio";
  deuxfleurs.staticIPv4.defaultGateway = "192.168.1.254";
  deuxfleurs.cnameTarget = "scorpio.site.deuxfleurs.fr.";
  deuxfleurs.publicIPv4 = "82.65.41.110";

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