let act_runner use docker/podman

This commit is contained in:
fuckwit 2025-01-09 19:11:11 +01:00
parent 9031dfb62d
commit 8a74d36bd7

View File

@ -212,16 +212,16 @@ in {
url = "https://git.fuckwit.dev"; url = "https://git.fuckwit.dev";
tokenFile = config.sops.secrets."act-runner-token".path; tokenFile = config.sops.secrets."act-runner-token".path;
labels = [ labels = [
"native:host" "nix:docker://nixos/nix:latest"
];
hostPackages = with pkgs; [
bash
coreutils
curl
wget
gnused
gitMinimal
]; ];
# hostPackages = with pkgs; [
# bash
# coreutils
# curl
# wget
# gnused
# gitMinimal
# ];
}; };
}; };