Update VM hardware configuration to use the latest kernel and change root device UUID

This commit is contained in:
Chris Toph 2025-03-17 16:40:58 -04:00
parent 27997d2a33
commit d2839a8d6b

View file

@ -28,6 +28,9 @@ in
timeout = 3;
};
# use latest kernel
kernelPackages = pkgs.linuxPackages_latest;
initrd = {
availableKernelModules = [
"ahci"
@ -45,7 +48,7 @@ in
fileSystems = {
"/" = {
device = "/dev/disk/by-uuid/a0b82536-3087-410a-b283-60ea10811ef5";
device = "/dev/disk/by-uuid/7ec7d686-6f4c-482f-8b9d-4337a06afc48";
fsType = "ext4";
};