1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

tor: enable ssh

This commit is contained in:
2025-12-29 12:27:40 +01:00
parent c3dc7b9e51
commit f70383c732
6 changed files with 90 additions and 1 deletions

View File

@@ -60,6 +60,7 @@
user = "kfm";
port = pkgs.lib.niveum.sshPort;
};
"*.onion".proxyCommand = "nc -xlocalhost:9050 %h %p";
};
};
}