summaryrefslogtreecommitdiff
path: root/profiles/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/hardware/default.nix')
-rw-r--r--profiles/hardware/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/hardware/default.nix b/profiles/hardware/default.nix
new file mode 100644
index 0000000..be395d2
--- /dev/null
+++ b/profiles/hardware/default.nix
@@ -0,0 +1,3 @@
+_: {
+ hardware.enableAllFirmware = true;
+}