14 lines
200 B
Nix
14 lines
200 B
Nix
{ ... }:
|
|
|
|
{
|
|
disabledModules = [ ];
|
|
imports = [
|
|
../../profiles/common/configuration.nix
|
|
../../modules/opinionatedDisk.nix
|
|
|
|
./system.nix
|
|
./hw.nix
|
|
./pkg.nix
|
|
./boot.nix
|
|
];
|
|
}
|