feat(hosts/luna): add nixos base image for default runner

This commit is contained in:
Price Hiller 2024-02-01 01:29:20 -06:00
parent 0c7bd4fc22
commit 25837dfd62
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -63,6 +63,7 @@ in {
runner.capacity = 8;
};
labels = [
"default:docker://nixos/nix:latest"
"alpine:docker://alpine:latest"
"debian:docker://debian:latest"
];