Update efi settings.
This commit is contained in:
parent
8f879e3a6d
commit
0ebd2a004c
1 changed files with 4 additions and 4 deletions
|
@ -17,14 +17,14 @@
|
|||
useOSProber = true;
|
||||
zfsSupport = true;
|
||||
efiSupport = true;
|
||||
# efiInstallAsRemovable = true;
|
||||
efiInstallAsRemovable = true;
|
||||
mirroredBoots = [
|
||||
{ devices = ["nodev"]; path = "/boot";}
|
||||
];
|
||||
};
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
};
|
||||
# efi = {
|
||||
# canTouchEfiVariables = true;
|
||||
# };
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue