summaryrefslogtreecommitdiff
path: root/modules/hardware
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-08-30 19:17:58 -0700
committerFuwn <[email protected]>2024-08-30 19:17:58 -0700
commit706b6c87d63f3d69b16e65de8afd8e58846ff104 (patch)
tree789153e6c080b0e61fca1c65829c8a55a041fd13 /modules/hardware
parentgnu (diff)
downloadnixos-config-706b6c87d63f3d69b16e65de8afd8e58846ff104.tar.xz
nixos-config-706b6c87d63f3d69b16e65de8afd8e58846ff104.zip
thi
Diffstat (limited to 'modules/hardware')
-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;
+ };
}