From 8a74d36bd705af90ddfcbd090b89419c8161c904 Mon Sep 17 00:00:00 2001 From: fuckwit Date: Thu, 9 Jan 2025 19:11:11 +0100 Subject: [PATCH] let act_runner use docker/podman --- nixos/celestia/configuration.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/nixos/celestia/configuration.nix b/nixos/celestia/configuration.nix index 61af79a..ebc00a2 100644 --- a/nixos/celestia/configuration.nix +++ b/nixos/celestia/configuration.nix @@ -212,16 +212,16 @@ in { url = "https://git.fuckwit.dev"; tokenFile = config.sops.secrets."act-runner-token".path; labels = [ - "native:host" - ]; - hostPackages = with pkgs; [ - bash - coreutils - curl - wget - gnused - gitMinimal + "nix:docker://nixos/nix:latest" ]; + # hostPackages = with pkgs; [ + # bash + # coreutils + # curl + # wget + # gnused + # gitMinimal + # ]; }; };