chore: commonize bootloader

This commit is contained in:
Noa Aarts 2024-06-28 08:46:20 +02:00
parent f69abba97e
commit bc55f12776
4 changed files with 21 additions and 6 deletions

View file

@ -14,13 +14,9 @@
(modulesPath + "/installer/scan/not-detected.nix")
(modulesPath + "/profiles/qemu-guest.nix")
../../common/locale.nix
../../common
];
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
# LOVE me some blob
hardware.enableRedistributableFirmware = true;
hardware.enableAllFirmware = true;