diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-04 17:38:54 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-04 17:38:54 +0200 |
commit | 3df47c8440a3b5645733184f72cc4c2f1a46587f (patch) | |
tree | 1bcb53842e26f117dce7339afb8999bc49b8e0a3 /cluster/prod/site | |
parent | 72ed2517a9a49352ff97473010892fc54490cd60 (diff) | |
download | nixcfg-3df47c8440a3b5645733184f72cc4c2f1a46587f.tar.gz nixcfg-3df47c8440a3b5645733184f72cc4c2f1a46587f.zip |
Configuration for prod to run on Wesher & other new stuff
Diffstat (limited to 'cluster/prod/site')
-rw-r--r-- | cluster/prod/site/neptune.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cluster/prod/site/neptune.nix b/cluster/prod/site/neptune.nix index 900ddf0..6e69b18 100644 --- a/cluster/prod/site/neptune.nix +++ b/cluster/prod/site/neptune.nix @@ -4,6 +4,9 @@ deuxfleurs.site_name = "neptune"; deuxfleurs.lan_default_gateway = "192.168.1.254"; deuxfleurs.lan_ip_prefix_length = 24; + deuxfleurs.ipv6_prefix_length = 64; networking.nameservers = [ "192.168.1.254" ]; + + networking.firewall.allowedTCPPorts = [ 80 443 ]; } |