nixcfg/cluster/prod/site/neptune.nix

9 lines
220 B
Nix
Raw Normal View History

2022-02-09 14:38:36 +00:00
{ config, pkgs, ... }:
{
2023-04-05 12:06:59 +00:00
deuxfleurs.siteName = "neptune";
deuxfleurs.staticIPv4.defaultGateway = "192.168.1.1";
deuxfleurs.cnameTarget = "neptune.site.deuxfleurs.fr.";
deuxfleurs.publicIPv4 = "77.207.15.215";
2022-02-09 14:38:36 +00:00
}