10 lines
144 B
Nix
10 lines
144 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports =
|
|
[ # Include the results of the hardware scan.
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
];
|
|
}
|