host/asus: return systemd-boot instead of grub
This commit is contained in:
parent
e5945d905c
commit
ce87cb3699
1 changed files with 3 additions and 5 deletions
|
@ -1,12 +1,10 @@
|
||||||
{
|
{
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
timeout = 1;
|
timeout = 1;
|
||||||
grub = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "nodev";
|
configurationLimit = 20;
|
||||||
efiSupport = true;
|
|
||||||
efiInstallAsRemovable = true;
|
|
||||||
enableCryptodisk = true;
|
|
||||||
};
|
};
|
||||||
|
efi.canTouchEfiVariables = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue