Change UUID of boot partition and set neededForBoot=false

This commit is contained in:
Jacob Hinkle 2023-06-13 07:05:29 -04:00
parent 4a216565fc
commit d436285423

View File

@ -28,8 +28,9 @@
}; };
fileSystems."/boot" = { fileSystems."/boot" = {
device = "/dev/disk/by-partuuid/e7ebac1e-eb4c-4a7d-8893-49a95f6014d4"; device = "/dev/disk/by-partuuid/bfe1047f-b850-8745-80fb-f671ffe91387";
fsType = "vfat"; fsType = "vfat";
neededForBoot = false;
}; };
fileSystems."/nix" = fileSystems."/nix" =