From f6c4576b6c8b45f1389498e4c8437d659a780a17 Mon Sep 17 00:00:00 2001 From: Adrien Date: Wed, 15 Mar 2023 17:30:35 +0100 Subject: added forgotten new files for scorpio/abricot --- cluster/prod/site/scorpio.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cluster/prod/site/scorpio.nix (limited to 'cluster/prod/site') diff --git a/cluster/prod/site/scorpio.nix b/cluster/prod/site/scorpio.nix new file mode 100644 index 0000000..b58e25c --- /dev/null +++ b/cluster/prod/site/scorpio.nix @@ -0,0 +1,14 @@ +{ config, pkgs, ... }: + +{ + deuxfleurs.site_name = "scorpio"; + deuxfleurs.lan_default_gateway = "192.168.1.254"; + deuxfleurs.ipv6_default_gateway = "2a01:e0a:e4:2dd0::1"; + deuxfleurs.lan_ip_prefix_length = 24; + deuxfleurs.ipv6_prefix_length = 64; + deuxfleurs.nameservers = [ "192.168.1.254" ]; + deuxfleurs.cname_target = "scorpio.site.deuxfleurs.fr."; + deuxfleurs.public_ipv4 = "82.65.41.110"; + + networking.firewall.allowedTCPPorts = [ 80 443 ]; +} -- cgit v1.2.3