This commit is contained in:
Daniel Bulant 2025-08-24 11:04:20 +02:00
parent 9f5b9ebe15
commit e290eef9d9
No known key found for this signature in database

View file

@ -74,11 +74,11 @@ in
initrd.systemd.enable = true; initrd.systemd.enable = true;
loader = { loader = {
systemd-boot.enable = true; # systemd-boot.enable = true;
efi.canTouchEfiVariables = true; # efi.canTouchEfiVariables = true;
# timeout = 0; # timeout = 0;
# grub.enable = true; grub.enable = true;
# grub.device = "nodev"; grub.device = "/dev/disk/by-id/ata-Apacer_AS350_512GB_2021012802000028";
# grub.efiSupport = true; # grub.efiSupport = true;
}; };
}; };