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";
|
||||
efiSupport = true;
|
||||
useOSProber = true;
|
||||
efiInstallAsRemovable = true;
|
||||
efiInstallAsRemovable = lib.mkDefault true;
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
canTouchEfiVariables = lib.mkDefault false;
|
||||
efiSysMountPoint = "/boot/efi";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue