From 6cab256b9a4ce90827a31119b9fc23c856829b3e Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Sat, 7 Oct 2023 19:01:08 -0400 Subject: [PATCH] Disable gitea action runner for now --- nixos-apps/git.ewanick.com.nix | 40 +++++++++++++++++----------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/nixos-apps/git.ewanick.com.nix b/nixos-apps/git.ewanick.com.nix index 5b93564..554f1e4 100644 --- a/nixos-apps/git.ewanick.com.nix +++ b/nixos-apps/git.ewanick.com.nix @@ -21,26 +21,26 @@ in }; }; - services.gitea-actions-runner.instances = { - "first-runner" = { - enable = true; - url = baseUrl; - tokenFile = ./git.ewanick.com/tokenFile; - hostPackages = with pkgs; [ - bash - coreutils - curl - gawk - gitMinimal - gnused - wget - ]; - name = "linode-nixos"; - labels = [ - "native:host" - ]; - }; - }; + # services.gitea-actions-runner.instances = { + # "first-runner" = { + # enable = true; + # url = baseUrl; + # tokenFile = ./git.ewanick.com/tokenFile; + # hostPackages = with pkgs; [ + # bash + # coreutils + # curl + # gawk + # gitMinimal + # gnused + # wget + # ]; + # name = "linode-nixos"; + # labels = [ + # "native:host" + # ]; + # }; + # }; services.caddy = { enable = true;