potential (dirty) fix for installation error
This commit is contained in:
parent
ad9dd3e4cf
commit
22f7945d30
@ -6,7 +6,9 @@
|
||||
];
|
||||
boot.loader.grub = {
|
||||
# no need to set devices, disko will add all devices that have a EF02 partition to the list already
|
||||
# devices = [ ];
|
||||
devices = [
|
||||
"/dev/nvme0n1"
|
||||
];
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
};
|
||||
|
||||
@ -7,6 +7,11 @@
|
||||
content = {
|
||||
type = "gpt";
|
||||
partitions = {
|
||||
boot = {
|
||||
name = "boot";
|
||||
size = "1M";
|
||||
type = "EF02";
|
||||
};
|
||||
ESP = {
|
||||
size = "500M";
|
||||
type = "EF00";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user