aboutsummaryrefslogtreecommitdiff
path: root/cluster/prod/site
diff options
context:
space:
mode:
authorAdrien <adrien@luxeylab.net>2023-03-15 17:30:35 +0100
committerAdrien <adrien@luxeylab.net>2023-03-15 17:30:35 +0100
commitf6c4576b6c8b45f1389498e4c8437d659a780a17 (patch)
tree78324cdd4713798f873bdbc1c7f24fdf6dababbc /cluster/prod/site
parent85595a9205657dedc31ab23ce7f48e9150dc8b14 (diff)
downloadnixcfg-f6c4576b6c8b45f1389498e4c8437d659a780a17.tar.gz
nixcfg-f6c4576b6c8b45f1389498e4c8437d659a780a17.zip
added forgotten new files for scorpio/abricot
Diffstat (limited to 'cluster/prod/site')
-rw-r--r--cluster/prod/site/scorpio.nix14
1 files changed, 14 insertions, 0 deletions
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 ];
+}