2023-03-08 19:13:59 +01:00
|
|
|
{ ... }: {
|
|
|
|
disabledModules = [ ];
|
2020-11-25 21:53:26 +01:00
|
|
|
imports = [
|
|
|
|
../../profiles/common/configuration.nix
|
2023-03-08 19:13:59 +01:00
|
|
|
../../modules/opinionatedDisk.nix
|
2020-11-25 21:53:26 +01:00
|
|
|
|
|
|
|
./system.nix
|
|
|
|
./hw.nix
|
|
|
|
./pkg.nix
|
|
|
|
./boot.nix
|
|
|
|
];
|
|
|
|
}
|