summaryrefslogtreecommitdiff
path: root/modules/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hardware/default.nix')
-rw-r--r--modules/hardware/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix
index c22d253..cb124fb 100644
--- a/modules/hardware/default.nix
+++ b/modules/hardware/default.nix
@@ -5,4 +5,9 @@
./graphics.nix
./nvidia.nix
];
+
+ hardware = {
+ enableRedistributableFirmware = true;
+ enableAllFirmware = true;
+ };
}