nixcfg/cluster/staging/site/corrin.nix

11 lines
280 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 = "82.120.233.78";
2022-12-28 15:49:43 +00:00
networking.firewall.allowedTCPPorts = [ 80 443 ];
}