chore: commonize bootloader
This commit is contained in:
parent
f69abba97e
commit
bc55f12776
4 changed files with 21 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue