From b25a385ec36ae338070d074250f4de5d29b664cb Mon Sep 17 00:00:00 2001 From: satr14 Date: Sat, 6 Jun 2026 10:03:56 +0700 Subject: [PATCH] [skip ci] change image --- modules/system/homelab/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/git.nix b/modules/system/homelab/git.nix index 1d3409c..7341d16 100644 --- a/modules/system/homelab/git.nix +++ b/modules/system/homelab/git.nix @@ -47,7 +47,7 @@ labels = [ "self-hosted:host" "bun:docker://docker.io/oven/bun" - "debian:docker://docker.io/library/debian:trixie-slim" + "debian:docker://docker.io/library/node:26-trixie-slim" "aio:docker://git.satr14.my.id/satr14/aio-container:latest" ]; hostPackages = with pkgs; [ bash coreutils git nix openssh bun ];