diff --git a/nix/home-server.nix b/nix/home-server.nix index 29afc24..7aa53c6 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -295,10 +295,11 @@ tokenFile = "/data/runner/gitea-infrastructure-token.txt"; labels = [ "home-server" - "home-server:host" + "native:host" ]; hostPackages = with pkgs; [ bashNonInteractive + bash coreutils docker git @@ -314,9 +315,6 @@ container = { enabled = false; }; - runner = { - shell = "${pkgs.bashNonInteractive}/bin/bash"; - } }; }; }; @@ -356,7 +354,7 @@ packages = with pkgs; [ kubernetes-helm ]; - shell = pkgs.bashNonInteractive; + shell = pkgs.bash; };