move to grub2 as-removable
This commit is contained in:
parent
f975cdcde7
commit
49d6879955
1 changed files with 6 additions and 3 deletions
|
@ -5,9 +5,12 @@
|
||||||
supportedFilesystems = [ "nfs" ];
|
supportedFilesystems = [ "nfs" ];
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
grub = {
|
||||||
efi = {
|
enable = true;
|
||||||
canTouchEfiVariables = true;
|
efiInstallAsRemovable = true;
|
||||||
|
mirroredBoots = [
|
||||||
|
{ devices = [ "nodev" ]; path = "/boot"; }
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue