forgejo-runner-cacher: fixes to make things trigger
This commit is contained in:
parent
c85f98117c
commit
6480ac8765
1 changed files with 12 additions and 1 deletions
|
@ -36,7 +36,18 @@ in {
|
||||||
name = config.networking.hostName;
|
name = config.networking.hostName;
|
||||||
url = "https://git.lukegb.com";
|
url = "https://git.lukegb.com";
|
||||||
tokenFile = config.my.vault.secrets.forgejo-runner-environment.path;
|
tokenFile = config.my.vault.secrets.forgejo-runner-environment.path;
|
||||||
labels = map (label: "${label}:host://-self-hosted") cfg.selfHostedLabels;
|
labels = map (label: "${label}:host") cfg.selfHostedLabels;
|
||||||
|
hostPackages = with pkgs; [
|
||||||
|
bash
|
||||||
|
coreutils
|
||||||
|
curl
|
||||||
|
gawk
|
||||||
|
gitMinimal
|
||||||
|
gnused
|
||||||
|
nodejs
|
||||||
|
wget
|
||||||
|
lix
|
||||||
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue