From 1c48fd4ae446fd649833645ff4710faa09e9b642 Mon Sep 17 00:00:00 2001 From: Baptiste Jonglez Date: Wed, 28 Dec 2022 16:49:43 +0100 Subject: Add new staging zone and node --- cluster/staging/site/corrin.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cluster/staging/site/corrin.nix (limited to 'cluster/staging/site') diff --git a/cluster/staging/site/corrin.nix b/cluster/staging/site/corrin.nix new file mode 100644 index 0000000..98151f0 --- /dev/null +++ b/cluster/staging/site/corrin.nix @@ -0,0 +1,14 @@ +{ config, pkgs, ... }: + +{ + deuxfleurs.site_name = "corrin"; + deuxfleurs.lan_default_gateway = "192.168.1.1"; + deuxfleurs.ipv6_default_gateway = "fe80::7ec1:77ff:fe3e:bb90"; + deuxfleurs.lan_ip_prefix_length = 24; + deuxfleurs.ipv6_prefix_length = 64; + deuxfleurs.nameservers = [ "192.168.1.1" ]; + deuxfleurs.cname_target = "corrin.site.staging.deuxfleurs.org."; + deuxfleurs.public_ipv4 = "90.49.20.119"; + + networking.firewall.allowedTCPPorts = [ 80 443 ]; +} -- cgit v1.2.3