fixed bootloader attempt 1

This commit is contained in:
Lyn 2024-01-24 12:27:08 +01:00
parent ae00b46fa9
commit fb47de0585

View file

@ -15,6 +15,8 @@
# Set default editor to vim
environment.variables.EDITOR = "vim";
# Use UEFI
boot.loader.systemd-boot.enable = true;
# Use the GRUB 2 boot loader.
#boot.loader.grub.enable = true;