[skip ci] add extra labels
This commit is contained in:
parent
2e38a8834f
commit
604e74c074
1 changed files with 6 additions and 1 deletions
|
|
@ -44,7 +44,12 @@
|
|||
name = "nixos-server-runner";
|
||||
url = "http://localhost:5080"; #"https://git.proxy.${homelab.domain}";
|
||||
tokenFile = "/mnt/data/apps/forgejo/token-runner";
|
||||
labels = [ "self-hosted:host" ];
|
||||
labels = [
|
||||
"self-hosted:host"
|
||||
"bun:docker://docker.io/oven/bun"
|
||||
"debian:docker://docker.io/library/debian:trixie-slim"
|
||||
"aio:docker://git.satr14.my.id/satr14/aio-container:latest"
|
||||
];
|
||||
hostPackages = with pkgs; [ bash coreutils git nix openssh bun ];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue