From 2d645d3afa0f8d1401ab2bd6a09f9c13f82b386a Mon Sep 17 00:00:00 2001 From: niten Date: Fri, 28 Jul 2023 14:50:48 -0700 Subject: [PATCH] Fix gateway ip for worldstream-1 --- hosts/locum.nix | 9 --------- sites/worldstream-1.nix | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/hosts/locum.nix b/hosts/locum.nix index c95e8bc..edc1c8a 100644 --- a/hosts/locum.nix +++ b/hosts/locum.nix @@ -14,13 +14,4 @@ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMf7EtA9QBHUzRyeGsFA1sgf6BlmxnyOQkIeBkAD1oSK"; key-path = "/state/master-key/ed25519_key"; }; - # initrd-network = { - # ip = ""; - # interface = "eno1"; - # keypair = { - # public-key = - # "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIgvl/pxPGN5XuUFsEywHV/PJMI+wPHA6NKTtE8SZC04"; - # private-key-file = "/state/ssh/initrd/ssh_ed25519_key"; - # }; - # }; } diff --git a/sites/worldstream-1.nix b/sites/worldstream-1.nix index 3a7995c..5c73dcb 100644 --- a/sites/worldstream-1.nix +++ b/sites/worldstream-1.nix @@ -1,5 +1,5 @@ { - gateway-v4 = "190.2.134.48"; + gateway-v4 = "190.2.134.1"; network = "190.2.134.0/24"; private-network = "10.5.0.0/16"; nameservers = [ "1.1.1.1" "2606:4700:4700::1111" ];