feat(wim): switch to systemd-boot
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-02-11 12:19:10 -05:00
parent 77ec366795
commit cee09131db

View file

@ -27,17 +27,11 @@
loader = {
efi.canTouchEfiVariables = true;
timeout = 2;
timeout = 0;
grub = {
systemd-boot = {
enable = true;
device = "nodev";
efiSupport = true;
extraConfig = ''
set timeout_style=hidden
'';
# Because it still draws that image otherwise
splashImage = null;
configurationLimit = 30;
};
};