From 4edf133c6efe7b1be5a02f6b225b0b0ae0550d56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Wed, 10 Apr 2024 18:48:57 +0200 Subject: [PATCH] bootloader change --- zion/configuration.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zion/configuration.nix b/zion/configuration.nix index a3bdaa3..e8db84b 100644 --- a/zion/configuration.nix +++ b/zion/configuration.nix @@ -11,7 +11,13 @@ ]; # Bootloader. - boot.loader.systemd-boot.enable = true; + # boot.loader.systemd-boot.enable = true; + boot.loader.grub = { + enable = true; + useOSProber = true; + device = "/dev/nvme0n1"; + efiSupport = true; + }; boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "zion"; # Define your hostname.