diff --git a/configuration.nix b/configuration.nix index 23319b8..266c6bf 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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";