nix: use upstream gitlab-runner module

This migrates to the upstream gitlab-runner module and allows removing
the custom one \o/
This commit is contained in:
steveej 2020-10-17 16:17:09 +02:00
parent 405ca2ade4
commit 4ca173efd4
3 changed files with 21 additions and 174 deletions

View file

@ -2,12 +2,10 @@
{
disabledModules = [
"services/continuous-integration/gitlab-runner.nix"
];
imports = [
../../profiles/common/configuration.nix
../../modules/encryptedDisk.nix
../../modules/gitlab-runner.nix
./system.nix
./hw.nix