add labels

This commit is contained in:
Lzebulon 2025-08-06 20:22:22 +02:00
parent d1cedca3bb
commit 2537eb3b78
Signed by: lzebulon
GPG key ID: D6CDAB8050CBBE7D

View file

@ -13,6 +13,11 @@
url = "https://git.v2.${config.networking.domain}"; url = "https://git.v2.${config.networking.domain}";
tokenFile = config.age.secrets.forgejo-runner-token-1.path; tokenFile = config.age.secrets.forgejo-runner-token-1.path;
labels = [
"nixos-latest:docker://nixos/nix:latest"
"native:host"
];
}; };
}; };
} }