aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/site
diff options
context:
space:
mode:
authorBaptiste Jonglez <git@bitsofnetworks.org>2024-07-14 17:51:25 +0200
committerBaptiste Jonglez <git@bitsofnetworks.org>2024-07-14 17:51:25 +0200
commitaebc4b900fd9485bf08818e2b9a80b5cf069be93 (patch)
treefed5926f279fdfd243b26f3a2dfb64a90b645d3c /cluster/prod/site
parent2c43fe0fb4589c4abbe07cce40e5434fcabeee8a (diff)
downloadnixcfg-aebc4b900fd9485bf08818e2b9a80b5cf069be93.tar.gz
nixcfg-aebc4b900fd9485bf08818e2b9a80b5cf069be93.zip
prod: Add new node pamplemousse
Diffstat (limited to 'cluster/prod/site')
-rw-r--r--cluster/prod/site/corrin.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/cluster/prod/site/corrin.nix b/cluster/prod/site/corrin.nix
new file mode 100644
index 0000000..f400bee
--- /dev/null
+++ b/cluster/prod/site/corrin.nix
@@ -0,0 +1,8 @@
+{ config, pkgs, ... }:
+
+{
+ deuxfleurs.siteName = "corrin";
+ deuxfleurs.staticIPv4.defaultGateway = "192.168.5.1";
+ deuxfleurs.cnameTarget = "corrin.site.deuxfleurs.fr.";
+ deuxfleurs.publicIPv4 = "45.81.62.36";
+}