From 7ec62c5c0e7177c06ae21784a9dc256ee3f1a530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 8 Dec 2022 09:57:18 +0100 Subject: nixos: add fwupd and few graphics utilities --- nixos/modules/generic.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/modules/generic.nix') diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 7760470..a396816 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -38,6 +38,7 @@ in { boot.kernelPackages = mkOverride 1100 pkgs.linuxPackages_latest; boot.kernelParams = ["boot.shell_on_fail"]; hardware.enableAllFirmware = true; + services.fwupd.enable = true; nixpkgs.config.allowUnfree = true; -- cgit v1.2.3