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.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";
|
||||||
|
|||||||
Reference in New Issue
Block a user