mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
firmware
This commit is contained in:
parent
62ab588316
commit
e4e8cd72ee
@ -1,6 +1,11 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
# Firmware.
|
||||||
|
# Enables e.g. Intel microcode updates.
|
||||||
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
#hardware.enableAllFirmware = true;
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user