summaryrefslogtreecommitdiff
path: root/hosts/common/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/common/hardware/default.nix')
-rw-r--r--hosts/common/hardware/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/common/hardware/default.nix b/hosts/common/hardware/default.nix
index a01e1a9..be395d2 100644
--- a/hosts/common/hardware/default.nix
+++ b/hosts/common/hardware/default.nix
@@ -1,5 +1,3 @@
_: {
- imports = [
- ./nvidia.nix
- ];
+ hardware.enableAllFirmware = true;
}