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;