fixed bootloader attempt 1
This commit is contained in:
parent
afd286a9f0
commit
5c75b27fe5
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue