14 lines
207 B
Nix
14 lines
207 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports =
|
|
[ # Include the results of the hardware scan.
|
|
./hardware-configuration.nix
|
|
./configuration.nix
|
|
|
|
./networking.nix
|
|
./nix.nix
|
|
./apps/caddy.nix
|
|
];
|
|
}
|