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