2018-11-12 11:26:22 +01:00
|
|
|
{ ... }:
|
|
|
|
|
|
|
|
{
|
2018-11-18 01:08:57 +01:00
|
|
|
disabledModules = [
|
|
|
|
"services/continuous-integration/gitlab-runner.nix"
|
|
|
|
];
|
2018-11-12 11:26:22 +01:00
|
|
|
imports = [
|
|
|
|
../../profiles/common/configuration.nix
|
|
|
|
../../modules/encryptedDisk.nix
|
2018-11-18 01:08:57 +01:00
|
|
|
../../modules/gitlab-runner.nix
|
2018-11-12 11:26:22 +01:00
|
|
|
|
|
|
|
./system.nix
|
|
|
|
./hw.nix
|
|
|
|
./pkg.nix
|
|
|
|
];
|
|
|
|
}
|