nixcfg/cluster/staging/site/bespin.nix

10 lines
241 B
Nix
Raw Normal View History

2023-01-04 09:02:21 +00:00
{ config, pkgs, ... }:
{
deuxfleurs.site_name = "bespin";
deuxfleurs.staticIPv4.defaultGateway = "192.168.5.254";
2023-01-04 09:02:21 +00:00
deuxfleurs.cname_target = "bespin.site.staging.deuxfleurs.org.";
networking.firewall.allowedTCPPorts = [ 80 443 ];
}