2018-11-05 00:05:45 +01:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
2018-11-12 20:20:36 +01:00
|
|
|
disabledModules = [
|
|
|
|
"system/boot/initrd-network.nix"
|
|
|
|
];
|
|
|
|
|
2018-11-05 00:05:45 +01:00
|
|
|
imports = [
|
2018-11-12 20:20:36 +01:00
|
|
|
../../modules/initrd-network.nix
|
|
|
|
|
2018-11-05 00:05:45 +01:00
|
|
|
../../profiles/common/configuration.nix
|
|
|
|
../../profiles/graphical/configuration.nix
|
|
|
|
../../modules/encryptedDisk.nix
|
|
|
|
|
|
|
|
./system.nix
|
|
|
|
./hw.nix
|
2018-11-05 14:31:58 +01:00
|
|
|
./pkg.nix
|
2019-11-27 18:54:18 +01:00
|
|
|
./user.nix
|
2018-11-05 00:05:45 +01:00
|
|
|
];
|
|
|
|
}
|