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;
|
useOSProber = true;
|
||||||
zfsSupport = true;
|
zfsSupport = true;
|
||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
# efiInstallAsRemovable = true;
|
efiInstallAsRemovable = true;
|
||||||
mirroredBoots = [
|
mirroredBoots = [
|
||||||
{ devices = ["nodev"]; path = "/boot";}
|
{ devices = ["nodev"]; path = "/boot";}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
efi = {
|
# efi = {
|
||||||
canTouchEfiVariables = true;
|
# canTouchEfiVariables = true;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue