This commit is contained in:
Daniel Langbein 2023-09-20 23:02:49 +02:00
parent 62ab588316
commit e4e8cd72ee
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -1,6 +1,11 @@
{ config, pkgs, ... }:
{
# Firmware.
# Enables e.g. Intel microcode updates.
hardware.enableRedistributableFirmware = true;
#hardware.enableAllFirmware = true;
# Bootloader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;