Change UUID of boot partition and set neededForBoot=false
This commit is contained in:
parent
4a216565fc
commit
d436285423
@ -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" =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user