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

{
  deuxfleurs.siteName = "corrin";
  deuxfleurs.staticIPv4.defaultGateway = "192.168.5.1";
  deuxfleurs.cnameTarget = "corrin.site.deuxfleurs.fr.";
  deuxfleurs.publicIPv4 = "45.81.62.36";
}