From aebc4b900fd9485bf08818e2b9a80b5cf069be93 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Sun, 14 Jul 2024 17:51:25 +0200 Subject: prod: Add new node pamplemousse --- cluster/prod/site/corrin.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cluster/prod/site/corrin.nix (limited to 'cluster/prod/site') 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"; +} -- cgit v1.2.3