diff --git a/.forgejo/workflows/activate.yml b/.forgejo/workflows/activate.yml index d1ef9f1..c95d089 100644 --- a/.forgejo/workflows/activate.yml +++ b/.forgejo/workflows/activate.yml @@ -10,7 +10,7 @@ env: jobs: deploy: - runs-on: nixos-server:host + runs-on: self-hosted:host defaults: run: shell: /bin/sh -e {0} diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 59359d1..e39f8d6 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -51,7 +51,7 @@ name = "nixos-server-runner"; url = "https://git.proxy.${homelab.domain}"; tokenFile = "/root/forgejo-token-runner"; - labels = [ "nixos-server:host" ]; + labels = [ "self-hosted:host" "docker" ]; hostPackages = with pkgs; [ bash coreutils git nix ]; }; };