This commit is contained in:
parent
d495628e5b
commit
aca5a49988
3 changed files with 15 additions and 9 deletions
|
@ -1,12 +1,22 @@
|
|||
{
|
||||
sucrose.modules = [
|
||||
({pkgs, config, ...}: {
|
||||
({pkgs, config, lib, ...}: {
|
||||
services.gitea-actions-runner= {
|
||||
package = pkgs.forgejo-runner;
|
||||
instances = {
|
||||
${config.networking.hostName} = {
|
||||
enable = true;
|
||||
hostPackages = [ ];
|
||||
hostPackages = with pkgs; lib.mkDefault [
|
||||
bash
|
||||
coreutils
|
||||
curl
|
||||
gawk
|
||||
gitMinimal
|
||||
gnused
|
||||
wget
|
||||
nix
|
||||
nixfmt-rfc-style
|
||||
];
|
||||
labels = [ ];
|
||||
name = config.networking.hostName;
|
||||
settings = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue