From 259612960015bb841cfc67aef2918c4495676d80 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 27 Jan 2026 22:49:25 -0700 Subject: [PATCH] more stuff --- nix/home-server.nix | 3 +++ 1 file changed, 3 insertions(+) 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"; + } }; }; };