From 1a9eecf4f8b084198de52ffb30d5d4cc2cc70ef3 Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Fri, 15 Nov 2024 14:27:33 +0100 Subject: [PATCH] enabled Redistibutable Firmware --- workstation/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/configuration.nix b/workstation/configuration.nix index d43295c..c802d05 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -41,11 +41,11 @@ # firmaware services.fwupd.enable = true; + hardware.enableRedistributableFirmware = true; # Bluetooth hardware.bluetooth.enable = true; hardware.bluetooth.powerOnBoot = true; - #services.blueman.enable = true; # enable unfree nixpkgs.config.allowUnfree = true;