fixed bootloader attempt 1

This commit is contained in:
Lyn 2024-01-24 12:27:08 +01:00
parent 7cd53f773a
commit fef523897d

View file

@ -15,7 +15,9 @@
# 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;
#boot.loader.grub.device = "/dev/sda";