diff options
author | Alex Auvolat <alex@adnab.me> | 2022-12-07 17:13:03 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-12-07 17:13:03 +0100 |
commit | a1fc39641286d1a0f4e51336003b8658c5e81097 (patch) | |
tree | 705e0b7b12a6bae65088f0c9b6bd547db81776b5 /cluster/staging/site | |
parent | 4c50dd57f1312f7541cd5b38dc4606d352e5e13a (diff) | |
download | nixcfg-a1fc39641286d1a0f4e51336003b8658c5e81097.tar.gz nixcfg-a1fc39641286d1a0f4e51336003b8658c5e81097.zip |
Add possible public_ipv4 node tag
Diffstat (limited to 'cluster/staging/site')
-rw-r--r-- | cluster/staging/site/neptune.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cluster/staging/site/neptune.nix b/cluster/staging/site/neptune.nix index 3da3717..506da65 100644 --- a/cluster/staging/site/neptune.nix +++ b/cluster/staging/site/neptune.nix @@ -9,6 +9,10 @@ deuxfleurs.nameservers = [ "192.168.1.1" ]; deuxfleurs.cname_target = "neptune.site.staging.deuxfleurs.org."; + # no public ipv4 is used for the staging cluster on Neptune, + # because the Internet connection is already used for the prod cluster + # deuxfleurs.public_ipv4 = "77.207.15.215"; + networking.firewall.allowedTCPPorts = [ 80 443 ]; services.cron = { |