diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 2544f90..1d3409c 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -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 ]; }; };