fix scope error
This commit is contained in:
parent
f5d8213a7d
commit
6d46ec1d54
1 changed files with 8 additions and 8 deletions
|
|
@ -53,14 +53,14 @@
|
|||
ENABLE_PUSH_CREATE_USER = true;
|
||||
};
|
||||
};
|
||||
gitea-actions-runner.instances.nixos-deploy = {
|
||||
enable = true;
|
||||
name = "nixos-server-runner";
|
||||
url = "https://git.proxy.${homelab.domain}";
|
||||
tokenFile = "/mnt/data/forgejo/runner/nixos_deploy_runner_token";
|
||||
labels = [ "nixos-server" ];
|
||||
hostPackages = with pkgs; [ bash coreutils git nix ];
|
||||
};
|
||||
};
|
||||
gitea-actions-runner.instances.nixos-deploy = {
|
||||
enable = true;
|
||||
name = "nixos-server-runner";
|
||||
url = "https://git.proxy.${homelab.domain}";
|
||||
tokenFile = "/mnt/data/forgejo/runner/nixos_deploy_runner_token";
|
||||
labels = [ "nixos-server" ];
|
||||
hostPackages = with pkgs; [ bash coreutils git nix ];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue