gluttony: fix ipv4 addr

This commit is contained in:
System administrator
2026-02-03 21:05:53 +01:00
parent 2354dcf578
commit 3338b4cd61
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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";
};