let act_runner use docker/podman
This commit is contained in:
parent
9031dfb62d
commit
8a74d36bd7
@ -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
|
||||||
|
# ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user