nixcfg/cluster/staging/site/bespin.nix

8 lines
186 B
Nix
Raw Normal View History

2023-01-04 09:02:21 +00:00
{ config, pkgs, ... }:
{
2023-03-24 14:26:39 +00:00
deuxfleurs.siteName = "bespin";
deuxfleurs.staticIPv4.defaultGateway = "192.168.5.254";
2023-03-24 14:26:39 +00:00
deuxfleurs.cnameTarget = "bespin.site.staging.deuxfleurs.org.";
2023-01-04 09:02:21 +00:00
}