diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-04 10:02:21 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-04 10:02:21 +0100 |
commit | 26f78872e6d94671381c2b199c643e43a81b8b7f (patch) | |
tree | c028c802a192a1b86c1d487d688cd4b1cda565f5 /cluster/staging/site | |
parent | c11b6499b8ff35c5a6468cc1e4adb474ea72a963 (diff) | |
download | nixcfg-26f78872e6d94671381c2b199c643e43a81b8b7f.tar.gz nixcfg-26f78872e6d94671381c2b199c643e43a81b8b7f.zip |
staging: add node df-pw5 at bespin
Diffstat (limited to 'cluster/staging/site')
-rw-r--r-- | cluster/staging/site/bespin.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cluster/staging/site/bespin.nix b/cluster/staging/site/bespin.nix new file mode 100644 index 0000000..9401f74 --- /dev/null +++ b/cluster/staging/site/bespin.nix @@ -0,0 +1,13 @@ +{ config, pkgs, ... }: + +{ + deuxfleurs.site_name = "bespin"; + deuxfleurs.lan_default_gateway = "192.168.5.254"; + deuxfleurs.ipv6_default_gateway = "2a02:a03f:6510:5102::1"; + deuxfleurs.lan_ip_prefix_length = 24; + deuxfleurs.ipv6_prefix_length = 64; + deuxfleurs.nameservers = [ "192.168.5.254" ]; + deuxfleurs.cname_target = "bespin.site.staging.deuxfleurs.org."; + + networking.firewall.allowedTCPPorts = [ 80 443 ]; +} |