commit 9c8bce2979be8c93d8758cfc07c740aa56b511e0
parent f35f8a1a1c5c09a5a2d0da7cd1ff2cdc389c0100
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 19 Aug 2023 21:08:09 +0200
Disable gitea runner for now
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nixos/worker-1/configuration.nix b/nixos/worker-1/configuration.nix
@@ -380,7 +380,7 @@
services.gitea-actions-runner = {
instances = {
nordgedanken = {
- enable = true;
+ enable = false;
url = "https://git.nordgedanken.dev";
tokenFile = config.sops.secrets.forgejo_runner_token.path;
labels = [ ];