diff --git a/configuration.nix b/configuration.nix index eb931dc..77e421b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -10,9 +10,14 @@ # use flakes nix.settings.experimental-features = [ "nix-command" "flakes" ]; - # Use the systemd-boot EFI boot loader. - boot.loader.systemd-boot.enable = true; + boot.loader.systemd-boot.enable = false; + boot.loader.grub = { + enable = true; + device = "nodev"; + efiSupport = true; + }; + boot.loader.efi.canTouchEfiVariables = true; boot.kernelParams = [ "quiet"