From fb47de0585d1e125e97e5d42d2ac7e3b946585eb Mon Sep 17 00:00:00 2001 From: hannes Date: Wed, 24 Jan 2024 12:27:08 +0100 Subject: [PATCH] fixed bootloader attempt 1 --- configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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";