diff options
author | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-07-14 17:51:25 +0200 |
---|---|---|
committer | Baptiste Jonglez <git@bitsofnetworks.org> | 2024-07-14 17:51:25 +0200 |
commit | aebc4b900fd9485bf08818e2b9a80b5cf069be93 (patch) | |
tree | fed5926f279fdfd243b26f3a2dfb64a90b645d3c /cluster/prod/site | |
parent | 2c43fe0fb4589c4abbe07cce40e5434fcabeee8a (diff) | |
download | nixcfg-aebc4b900fd9485bf08818e2b9a80b5cf069be93.tar.gz nixcfg-aebc4b900fd9485bf08818e2b9a80b5cf069be93.zip |
prod: Add new node pamplemousse
Diffstat (limited to 'cluster/prod/site')
-rw-r--r-- | cluster/prod/site/corrin.nix | 8 |
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"; +} |