nixcfg/cluster/staging/site/corrin.nix

9 lines
225 B
Nix
Raw Normal View History

2022-12-28 15:49:43 +00:00
{ config, pkgs, ... }:
{
2023-03-24 14:26:39 +00:00
deuxfleurs.siteName = "corrin";
deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1";
2023-03-24 14:26:39 +00:00
deuxfleurs.cnameTarget = "corrin.site.staging.deuxfleurs.org.";
deuxfleurs.publicIPv4 = "2.13.96.213";
2022-12-28 15:49:43 +00:00
}