From 1e6b692fbf56f3166c5a34b5992aa0e8fbb3a047 Mon Sep 17 00:00:00 2001 From: Adrian G L Date: Tue, 19 May 2026 11:37:05 +0200 Subject: [PATCH] fix: updated ildkule config and ips to match trd1 new setup --- hosts/ildkule/configuration.nix | 4 ++-- values.nix | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hosts/ildkule/configuration.nix b/hosts/ildkule/configuration.nix index 0a7192c..210c797 100644 --- a/hosts/ildkule/configuration.nix +++ b/hosts/ildkule/configuration.nix @@ -11,7 +11,7 @@ ]; boot.loader.systemd-boot.enable = false; - boot.loader.grub.device = "/dev/vda"; + boot.loader.grub.device = "/dev/sda"; boot.tmp.cleanOnBoot = true; zramSwap.enable = true; @@ -27,7 +27,7 @@ nameservers = values.defaultNetworkConfig.dns; defaultGateway.address = hostConf.ipv4_internal_gw; - interfaces."ens4" = { + interfaces."ens3" = { ipv4.addresses = [ { address = hostConf.ipv4; prefixLength = 32; } { address = hostConf.ipv4_internal; prefixLength = 24; } diff --git a/values.nix b/values.nix index 7168d50..7ad9b23 100644 --- a/values.nix +++ b/values.nix @@ -37,10 +37,10 @@ in rec { ipv6 = pvv-ipv6 168; }; ildkule = { - ipv4 = "129.241.153.213"; - ipv4_internal = "192.168.12.209"; - ipv4_internal_gw = "192.168.12.1"; - ipv6 = "2001:700:300:6026:f816:3eff:fe58:f1e8"; + ipv4 = "129.241.100.145"; + ipv4_internal = "192.168.1.17"; + ipv4_internal_gw = "192.168.1.1"; + ipv6 = "2001:700:305:8a0f:f816:3eff:fef5:e400"; }; bicep = { ipv4 = pvv-ipv4 209;