fixed bootloader attempt 1
This commit is contained in:
parent
ae00b46fa9
commit
fb47de0585
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