niv update ()

* remove vpsadmin

We're not using this at the moment

* niv update
This commit is contained in:
Jonas Chevalier 2021-01-03 00:53:49 +00:00 committed by GitHub
parent be65264a3f
commit c96e15b14a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 13 additions and 34 deletions
build01

View file

@ -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";
}