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 = {
|
||||
timeout = 1;
|
||||
grub = {
|
||||
systemd-boot = {
|
||||
enable = true;
|
||||
device = "nodev";
|
||||
efiSupport = true;
|
||||
efiInstallAsRemovable = true;
|
||||
enableCryptodisk = true;
|
||||
configurationLimit = 20;
|
||||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue