host/asus: return systemd-boot instead of grub

This commit is contained in:
Dmitriy Pleshevskiy 2024-06-03 17:55:07 +03:00
parent e5945d905c
commit ce87cb3699
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -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;
};
}