m3ta-chiron 765ae1581f fix(kratos): make Android Mosh app work with nushell login shell
The old Android Mosh app discovers mosh-server via POSIX shell idioms
(command -v / type) through the user's login shell. Nushell has no
command/type builtins and which prints a table, so the app reported
'mosh-server Not Found' on kratos (user shell: nu) while working on
hermes (app logs in as bash user).

Fix: use bash as login shell on kratos and exec into nushell for
interactive login sessions via programs.bash.interactiveShellInit.
Non-interactive SSH exec (app bootstrap, Termux mosh) stays in bash
where POSIX semantics work.

Also fixes the stale nh flake path (p/nixos -> p/NIX).
2026-08-23 14:24:43 +02:00
2026-07-25 14:54:22 +02:00
2026-01-07 04:49:43 +01:00
2026-05-29 18:35:12 +02:00
2026-07-03 08:28:30 +02:00
2026-08-09 10:05:08 +02:00
2026-07-25 14:54:22 +02:00
2026-05-11 19:01:17 +02:00
2026-07-25 14:54:22 +02:00
S
Description
No description provided
26 MiB
Languages
Nix 90.8%
JavaScript 6.9%
Shell 2.3%