diff options
| author | Fuwn <[email protected]> | 2024-08-30 19:17:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-08-30 19:17:58 -0700 |
| commit | 706b6c87d63f3d69b16e65de8afd8e58846ff104 (patch) | |
| tree | 789153e6c080b0e61fca1c65829c8a55a041fd13 /modules/hardware | |
| parent | gnu (diff) | |
| download | nixos-config-706b6c87d63f3d69b16e65de8afd8e58846ff104.tar.xz nixos-config-706b6c87d63f3d69b16e65de8afd8e58846ff104.zip | |
thi
Diffstat (limited to 'modules/hardware')
| -rw-r--r-- | modules/hardware/default.nix | 5 |
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; + }; } |