feat(binto): use systemd-boot instead of grub
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-11 12:08:13 -05:00
parent 281e00c7fe
commit 77ec366795

View file

@ -28,16 +28,7 @@
loader = {
efi.canTouchEfiVariables = true;
timeout = 2;
grub = {
enable = true;
device = "nodev";
efiSupport = true;
extraConfig = ''
set timeout_style=hidden
'';
splashImage = null;
};
systemd-boot.enable = true;
};
};