aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/site
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-10-09 17:07:47 +0200
committerAlex Auvolat <alex@adnab.me>2022-10-09 17:07:47 +0200
commitc239e34a2521d101e060da6251c5d3562bc72329 (patch)
treea6fb59aa3f56ff53289182799a190db47d4decaf /cluster/staging/site
parente8cdd6864a76b72f6db53143d544bb8cbf0fd9d1 (diff)
downloadnixcfg-c239e34a2521d101e060da6251c5d3562bc72329.tar.gz
nixcfg-c239e34a2521d101e060da6251c5d3562bc72329.zip
IPv6 prefix at Neptune changed again
Diffstat (limited to 'cluster/staging/site')
-rw-r--r--cluster/staging/site/neptune.nix2
-rw-r--r--cluster/staging/site/pluton.nix11
2 files changed, 1 insertions, 12 deletions
diff --git a/cluster/staging/site/neptune.nix b/cluster/staging/site/neptune.nix
index 1e3a440..509909c 100644
--- a/cluster/staging/site/neptune.nix
+++ b/cluster/staging/site/neptune.nix
@@ -3,7 +3,7 @@
{
deuxfleurs.site_name = "neptune";
deuxfleurs.lan_default_gateway = "192.168.1.1";
- deuxfleurs.ipv6_default_gateway = "2a06:a003:515d:1::1";
+ deuxfleurs.ipv6_default_gateway = "2a06:a003:d019:1::1";
deuxfleurs.lan_ip_prefix_length = 24;
deuxfleurs.ipv6_prefix_length = 64;
deuxfleurs.nameservers = [ "192.168.1.1" ];
diff --git a/cluster/staging/site/pluton.nix b/cluster/staging/site/pluton.nix
deleted file mode 100644
index 570cdd8..0000000
--- a/cluster/staging/site/pluton.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-{ config, pkgs, ... }:
-
-{
- deuxfleurs.site_name = "pluton";
- deuxfleurs.lan_default_gateqay = "192.168.0.1";
- deuxfleurs.lan_ip_prefix_length = 24;
- deuxfleurs.ipv6_prefix_length = 64;
- deuxfleurs.nameservers = [ "213.186.33.99" "172.104.136.243" ];
-
- networking.firewall.allowedTCPPorts = [ 80 443 ];
-}