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;
|
ENABLE_PUSH_CREATE_USER = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
gitea-actions-runner.instances.nixos-deploy = {
|
};
|
||||||
enable = true;
|
gitea-actions-runner.instances.nixos-deploy = {
|
||||||
name = "nixos-server-runner";
|
enable = true;
|
||||||
url = "https://git.proxy.${homelab.domain}";
|
name = "nixos-server-runner";
|
||||||
tokenFile = "/mnt/data/forgejo/runner/nixos_deploy_runner_token";
|
url = "https://git.proxy.${homelab.domain}";
|
||||||
labels = [ "nixos-server" ];
|
tokenFile = "/mnt/data/forgejo/runner/nixos_deploy_runner_token";
|
||||||
hostPackages = with pkgs; [ bash coreutils git nix ];
|
labels = [ "nixos-server" ];
|
||||||
};
|
hostPackages = with pkgs; [ bash coreutils git nix ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue