From a118f9351cb2b176cad1b8bc3d31bf7bee49147e Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 11 May 2022 14:08:21 +0000 Subject: [PATCH] Enable firmware update manager --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index c9e43b3..0bf2660 100644 --- a/configuration.nix +++ b/configuration.nix @@ -44,6 +44,8 @@ in { hardware.cpu.intel.updateMicrocode = true; hardware.enableRedistributableFirmware = true; + services.fwupd.enable = true; + swapDevices = [ { device = "/var/swapfile"; size = 32768; # MiB