summaryrefslogtreecommitdiffstats
path: root/nixos/modules/profiles/all-hardware.nix
blob: fac333b09ea82759e6c58180199c32fe6b7280e8 (plain)
1
2
3
4
5
# Set `hardware.enableAllHardware = true` instead of importing this file.
# This file provides backwards compatibility for older configurations.
{
  hardware.enableAllHardware = true;
}