Update configuration.nix
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user