fix: fix for efiInstallAsRemovable assertions
This commit is contained in:
parent
c68ac0bc13
commit
d190b88a8c
1 changed files with 2 additions and 2 deletions
|
@ -5,10 +5,10 @@
|
||||||
device = "nodev";
|
device = "nodev";
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
useOSProber = true;
|
useOSProber = true;
|
||||||
efiInstallAsRemovable = true;
|
efiInstallAsRemovable = lib.mkDefault true;
|
||||||
};
|
};
|
||||||
efi = {
|
efi = {
|
||||||
canTouchEfiVariables = true;
|
canTouchEfiVariables = lib.mkDefault false;
|
||||||
efiSysMountPoint = "/boot/efi";
|
efiSysMountPoint = "/boot/efi";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue