This commit is contained in:
iFargle 2023-11-25 21:24:11 +09:00
parent 229d0f3141
commit d7c2d98384

View file

@ -6,6 +6,7 @@
# Bootloader
boot.loader.systemd-boot.enable = lib.mkForce false;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.systemd-boot.enable = true;
# boot.loader.systemd-boot.enable = true;
boot.tmp.cleanOnBoot = true;
boot.initrd.systemd.enable = true;
}