NixOS module for a drone ci runner in docker #147

Merged
hensoko merged 3 commits from feature/add-module-to-run-kvm-capable-drone-runner-in-docker into main 2023-01-30 00:09:23 +00:00
Showing only changes of commit 5f6988291c - Show all commits

View file

@ -43,7 +43,7 @@ let
in
{
options.pub-solar.docker-ci-runner = {
enable = lib.mkEnableOption "Enables a systemd service that runs drone-ci-runner";
enable = lib.mkEnableOption "Enables a docker container running a drone exec runner as unprivileged user.";
teutat3s commented 2022-10-24 08:30:42 +00:00 (Migrated from git.b12f.io)
Outdated
Review

Where can I find the mentioned systemd service, or did I miss something?

Where can I find the mentioned systemd service, or did I miss something?
teutat3s commented 2022-10-24 12:24:55 +00:00 (Migrated from git.b12f.io)
Outdated
Review

Haha kinda misleading. I will reword this. But a docker container is created and for that NixOS adds a docker-drone-ci-runner.service.

Haha kinda misleading. I will reword this. But a docker container is created and for that NixOS adds a docker-drone-ci-runner.service.
enableKvm = lib.mkOption {
description = ''