6 lines
186 B
Nix
6 lines
186 B
Nix
|
|
# Set `hardware.enableAllHardware = true` instead of importing this file.
|
||
|
|
# This file provides backwards compatibility for older configurations.
|
||
|
|
{
|
||
|
|
hardware.enableAllHardware = true;
|
||
|
|
}
|