Setup gitlab-runner

This commit is contained in:
Charlotte Van Petegem 2023-01-28 11:50:11 +01:00
parent 59832662dd
commit 4895337cef
No known key found for this signature in database
GPG key ID: 019E764B7184435A
7 changed files with 85 additions and 2 deletions

View file

@ -1,6 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [ ./runner.nix ];
options.chvp.services.git.enable = lib.mkOption {
default = false;
example = true;