sshd setup for termux

This commit is contained in:
2026-08-07 01:38:46 +03:00
parent af90756661
commit bc9b2dc792
3 changed files with 55 additions and 9 deletions
+5
View File
@@ -31,6 +31,11 @@ let
# (default is bashInteractive)
user.shell = "${pkgs.zsh}/bin/zsh";
# SSH user (matches `User oqyude` in the client's ~/.ssh/config).
# Default is "nix-on-droid"; home stays at the read-only
# /data/data/com.termux.nix/files/home either way.
user.userName = "oqyude";
# Minimal termux settings (nix-on-droid options only:
# environment.*, nix.*, time.*, user.*, system.*, android-integration.*)