yggdrasil: change bootloader
Signed-off-by: Christoph Hollizeck <christoph.hollizeck@hey.com>
This commit is contained in:
parent
31822202f7
commit
1f8d34aead
1 changed files with 3 additions and 1 deletions
|
|
@ -30,8 +30,10 @@
|
||||||
kernelParams = [ "split_lock_detect=off" ];
|
kernelParams = [ "split_lock_detect=off" ];
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
systemd-boot.enable = true;
|
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
limine = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
initrd.availableKernelModules = [
|
initrd.availableKernelModules = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue