diff --git a/hosts/gluttony/hardware-configuration.nix b/hosts/gluttony/hardware-configuration.nix index 73eed07..01bcd14 100644 --- a/hosts/gluttony/hardware-configuration.nix +++ b/hosts/gluttony/hardware-configuration.nix @@ -22,7 +22,7 @@ "sd_mod" ]; boot.initrd.kernelModules = [ "dm-snapshot" ]; - boot.kernelModules = [ ]; + boot.kernelModules = [ "kvm-intel" ]; boot.extraModulePackages = [ ]; fileSystems."/" = { @@ -31,7 +31,7 @@ }; fileSystems."/boot" = { - device = "/dev/disk/by-uuid/933A-3005"; + device = "/dev/disk/by-uuid/BD97-FCA0"; fsType = "vfat"; options = [ "fmask=0077" diff --git a/values.nix b/values.nix index 0eed17a..37dce9a 100644 --- a/values.nix +++ b/values.nix @@ -86,10 +86,10 @@ in rec { ipv6 = pvv-ipv6 167; }; gluttony = { - ipv4 = "129.241.100.118"; - ipv4_internal = "192.168.20.77"; - ipv4_internal_gw = "192.168.20.1"; - ipv6 = "2001:700:305:aa07::3b3"; + ipv4 = "129.241.100.37"; + ipv4_internal = "192.168.1.219"; + ipv4_internal_gw = "192.168.1.1"; + ipv6 = "2001:700:305:8a0f:f816:3eff:fe9b:7a46"; }; wenche = { ipv4 = pvv-ipv4 240;