forgejo-runner-cacher: fixes to make things trigger

This commit is contained in:
Luke Granger-Brown 2024-12-29 22:08:23 +00:00
parent c85f98117c
commit 6480ac8765

View file

@ -36,7 +36,18 @@ in {
name = config.networking.hostName;
url = "https://git.lukegb.com";
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
];
};
};