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 + # ]; }; };