test
This commit is contained in:
parent
229d0f3141
commit
d7c2d98384
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
# Bootloader
|
# Bootloader
|
||||||
boot.loader.systemd-boot.enable = lib.mkForce false;
|
boot.loader.systemd-boot.enable = lib.mkForce false;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
boot.loader.systemd-boot.enable = true;
|
# boot.loader.systemd-boot.enable = true;
|
||||||
boot.tmp.cleanOnBoot = true;
|
boot.tmp.cleanOnBoot = true;
|
||||||
|
boot.initrd.systemd.enable = true;
|
||||||
}
|
}
|
Loading…
Reference in a new issue