fix systemd-boot.enable
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
c1be4b2374
commit
930e30a926
|
@ -107,11 +107,11 @@ in
|
|||
boot = {
|
||||
tmp.cleanOnBoot = true;
|
||||
loader = {
|
||||
systemd-boot.enable = false;
|
||||
systemd-boot.enable = lib.mkDefault true;
|
||||
efi.canTouchEfiVariables = true;
|
||||
timeout = 2;
|
||||
};
|
||||
initrd.systemd.enable = lib.mkDefault true;
|
||||
initrd.systemd.enable = true;
|
||||
kernelPackages = lib.mkOverride 0 pkgs.linuxPackages_latest;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue