Add sshd onion service

This commit is contained in:
Jonas Nick
2018-12-27 21:22:52 +00:00
parent 566f308aa8
commit ffcd311b70
2 changed files with 14 additions and 0 deletions

View File

@@ -63,6 +63,14 @@ in {
services.tor.enable = true;
services.tor.client.enable = true;
# Tor SSH service
services.tor.hiddenServices.sshd = {
map = [{
port = 22;
}];
version = 3;
}
# bitcoind
services.bitcoind.enable = true;
services.bitcoind.listen = true;