niv update (#46)
* remove vpsadmin We're not using this at the moment * niv update
This commit is contained in:
parent
be65264a3f
commit
c96e15b14a
7 changed files with 13 additions and 34 deletions
build01
|
@ -11,5 +11,9 @@ in
|
|||
];
|
||||
|
||||
services.gitlab-runner2.enable = true;
|
||||
# The module depends on gitlab-runner to have a "bin" output.
|
||||
services.gitlab-runner2.package = pkgs.gitlab-runner // {
|
||||
bin = pkgs.gitlab-runner;
|
||||
};
|
||||
services.gitlab-runner2.registrationConfigFile = "/run/keys/gitlab-runner-registration";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue