This migrates to the upstream gitlab-runner module and allows removing the custom one \o/
15 lines
200 B
Nix
15 lines
200 B
Nix
{ ... }:
|
|
|
|
{
|
|
disabledModules = [
|
|
];
|
|
imports = [
|
|
../../profiles/common/configuration.nix
|
|
../../modules/encryptedDisk.nix
|
|
|
|
./system.nix
|
|
./hw.nix
|
|
./pkg.nix
|
|
./boot.nix
|
|
];
|
|
}
|