From 4e75a0cef4880678e299e4a8f34ccfa9b69561c7 Mon Sep 17 00:00:00 2001 From: ska Date: Sun, 21 Dec 2025 21:23:33 +0000 Subject: [PATCH] Update configuration.nix --- configuration.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/configuration.nix b/configuration.nix index 83596a6..2ddf675 100644 --- a/configuration.nix +++ b/configuration.nix @@ -2,13 +2,10 @@ { ############################################################ - # BOOTLOADER – GRUB (ROBUST FÜR USB / ECHTE FIRMWARE) + # BOOTLOADER – SYSTEMD-BOOT (STATT GRUB) ############################################################ - boot.loader.grub.enable = true; - boot.loader.grub.efiSupport = true; - boot.loader.grub.device = "nodev"; - + boot.loader.systemd-boot.enable = true; boot.loader.efi = { canTouchEfiVariables = true; efiSysMountPoint = "/boot";