-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create SSH module #325
Comments
See #203 |
Seems that PR was abandoned by the original author. I'll try to take a look if I have a chance. Thank you! |
Thanks to the wiki, i was able to successfully install an SSH server ! |
Cool! I had to remove the option added your # For starting the ssh server
programs.zsh = {
initExtra = ''
sshd-start
'';
};
programs.bash = {
initExtra = ''
sshd-start
'';
}; with your config i can connect to my phone from my PC through something like |
scp to transfer files doesnt work tho nix-community/nix-on-droid#325
Currently there is an article on the wiki stating how to manually set up an ssh daemon. Maybe this can be ported into a
nix-on-droid
module.I may create a PR for this if you think this would be a nice-to-have.
The text was updated successfully, but these errors were encountered: