From 3338b4cd616c9dc000e3ad7e7a6fb57fea2b0914 Mon Sep 17 00:00:00 2001 From: System administrator Date: Tue, 3 Feb 2026 21:05:53 +0100 Subject: [PATCH] gluttony: fix ipv4 addr --- hosts/gluttony/hardware-configuration.nix | 2 +- values.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/gluttony/hardware-configuration.nix b/hosts/gluttony/hardware-configuration.nix index 30d5dc5..73eed07 100644 --- a/hosts/gluttony/hardware-configuration.nix +++ b/hosts/gluttony/hardware-configuration.nix @@ -31,7 +31,7 @@ }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/D2EA-6C62"; + device = "/dev/disk/by-uuid/933A-3005"; fsType = "vfat"; options = [ "fmask=0077" diff --git a/values.nix b/values.nix index 6b3c6e0..6c46165 100644 --- a/values.nix +++ b/values.nix @@ -91,7 +91,7 @@ in rec { }; gluttony = { ipv4 = "129.241.100.118"; - ipv4_internal = "192.168.20.11"; + ipv4_internal = "192.168.20.77"; ipv4_internal_gw = "192.168.20.1"; ipv6 = "2001:700:305:aa07::3b3"; };