diff --git a/nix/home-server.nix b/nix/home-server.nix index 503f8ce..29afc24 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -314,6 +314,9 @@ container = { enabled = false; }; + runner = { + shell = "${pkgs.bashNonInteractive}/bin/bash"; + } }; }; };