Skip to content

Commit 7784147

Browse files
committed
fix(sshd): set explicit PATH environment in android sshd_config
1 parent 227fff4 commit 7784147

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

machines/aarch64/android/common.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
ChallengeResponseAuthentication no
1212
PrintMotd no
1313
AcceptEnv LANG LC_*
14+
SetEnv PATH=${config.home.homeDirectory}/.nix-profile/bin:/data/data/com.termux/files/usr/bin:/bin:/usr/bin
1415
'';
1516
};
1617

0 commit comments

Comments
 (0)