diff options
Diffstat (limited to 'machines/asus/hardware-configuration.nix')
-rw-r--r-- | machines/asus/hardware-configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/machines/asus/hardware-configuration.nix b/machines/asus/hardware-configuration.nix index cad1522..303ebe5 100644 --- a/machines/asus/hardware-configuration.nix +++ b/machines/asus/hardware-configuration.nix @@ -26,6 +26,7 @@ } ]; + nixpkgs.config.allowUnfree = true; hardware.enableRedistributableFirmware = true; hardware.enableAllFirmware = true; hardware.firmware = [ |