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";