Update configuration.nix

This commit is contained in:
ska
2025-12-21 21:23:33 +00:00
parent adeebe02c6
commit 4e75a0cef4

View File

@@ -2,13 +2,10 @@
{ {
############################################################ ############################################################
# BOOTLOADER GRUB (ROBUST FÜR USB / ECHTE FIRMWARE) # BOOTLOADER SYSTEMD-BOOT (STATT GRUB)
############################################################ ############################################################
boot.loader.grub.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.grub.efiSupport = true;
boot.loader.grub.device = "nodev";
boot.loader.efi = { boot.loader.efi = {
canTouchEfiVariables = true; canTouchEfiVariables = true;
efiSysMountPoint = "/boot"; efiSysMountPoint = "/boot";