diff --git a/nix/home-server.nix b/nix/home-server.nix index c01b094..adb0547 100644 --- a/nix/home-server.nix +++ b/nix/home-server.nix @@ -344,7 +344,11 @@ BindReadOnlyPaths = [ "/nix/store" ]; - + Environment = [ + "SHELL=${pkgs.bash}/bin/bash" + "BASH=${pkgs.bash}/bin/bash" + ]; + Restart = lib.mkForce "always"; };