summary refs log tree commit diff
path: root/nixos/modules/installer/scan/not-detected.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/installer/scan/not-detected.nix')
-rw-r--r--nixos/modules/installer/scan/not-detected.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixos/modules/installer/scan/not-detected.nix b/nixos/modules/installer/scan/not-detected.nix
new file mode 100644
index 00000000000..814858fdffd
--- /dev/null
+++ b/nixos/modules/installer/scan/not-detected.nix
@@ -0,0 +1,9 @@
+# List all devices which are _not_ detected by nixos-hardware-scan.
+# Common devices are enabled by default.
+{ config, pkgs, ... }:
+
+with pkgs.lib;
+
+{
+  hardware.enableAllFirmware = true;
+}