feat(wim): switch to systemd-boot
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
77ec366795
commit
cee09131db
1 changed files with 3 additions and 9 deletions
|
@ -27,17 +27,11 @@
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
timeout = 2;
|
timeout = 0;
|
||||||
|
|
||||||
grub = {
|
systemd-boot = {
|
||||||
enable = true;
|
enable = true;
|
||||||
device = "nodev";
|
configurationLimit = 30;
|
||||||
efiSupport = true;
|
|
||||||
extraConfig = ''
|
|
||||||
set timeout_style=hidden
|
|
||||||
'';
|
|
||||||
# Because it still draws that image otherwise
|
|
||||||
splashImage = null;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue