Consolidate Gitea runners on NixOS
Deploy cloud-pc / deploy (push) Failing after 1s
Deploy mini-pc / deploy (push) Failing after 0s
NixOS switch mini-pc / switch (push) Has been cancelled
NixOS switch cloud-pc / switch (push) Has been cancelled

Add the docker group to the runner services and allow passwordless
nixos-rebuild for the gitea-runner user.
This commit is contained in:
Dmitry
2026-05-30 12:35:48 +03:00
parent 27bdb48466
commit 9148838e12
6 changed files with 36 additions and 42 deletions
-13
View File
@@ -1,13 +0,0 @@
services:
gitea-runner:
build: .
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /opt/services:/opt/services
- /opt/data/gitea-runner:/data
environment:
GITEA_INSTANCE_URL: https://git.ada-dev.ru
GITEA_RUNNER_REGISTRATION_TOKEN: ${TOKEN}
GITEA_RUNNER_NAME: cloud-pc-runner
GITEA_RUNNER_LABELS: cloud-pc