feat(binto): use systemd-boot instead of grub
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
281e00c7fe
commit
77ec366795
1 changed files with 1 additions and 10 deletions
|
@ -28,16 +28,7 @@
|
||||||
loader = {
|
loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
timeout = 2;
|
timeout = 2;
|
||||||
|
systemd-boot.enable = true;
|
||||||
grub = {
|
|
||||||
enable = true;
|
|
||||||
device = "nodev";
|
|
||||||
efiSupport = true;
|
|
||||||
extraConfig = ''
|
|
||||||
set timeout_style=hidden
|
|
||||||
'';
|
|
||||||
splashImage = null;
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue