From 25837dfd6267a8c9498021821d53d7068ffda8e0 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 1 Feb 2024 01:29:20 -0600 Subject: [PATCH] feat(hosts/luna): add nixos base image for default runner --- hosts/luna/modules/services/gitea.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/luna/modules/services/gitea.nix b/hosts/luna/modules/services/gitea.nix index 17c5c50..f163b68 100644 --- a/hosts/luna/modules/services/gitea.nix +++ b/hosts/luna/modules/services/gitea.nix @@ -63,6 +63,7 @@ in { runner.capacity = 8; }; labels = [ + "default:docker://nixos/nix:latest" "alpine:docker://alpine:latest" "debian:docker://debian:latest" ];