fixed bootloader attempt 1
This commit is contained in:
parent
afd286a9f0
commit
5c75b27fe5
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@
|
||||||
# Set default editor to vim
|
# Set default editor to vim
|
||||||
environment.variables.EDITOR = "vim";
|
environment.variables.EDITOR = "vim";
|
||||||
|
|
||||||
|
# Use UEFI
|
||||||
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
||||||
# Use the GRUB 2 boot loader.
|
# Use the GRUB 2 boot loader.
|
||||||
#boot.loader.grub.enable = true;
|
#boot.loader.grub.enable = true;
|
||||||
#boot.loader.grub.device = "/dev/sda";
|
#boot.loader.grub.device = "/dev/sda";
|
||||||
|
|
Loading…
Reference in a new issue