summaryrefslogtreecommitdiffstats
path: root/lass/2configs/tor-ssh.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lass/2configs/tor-ssh.nix')
-rw-r--r--lass/2configs/tor-ssh.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/lass/2configs/tor-ssh.nix b/lass/2configs/tor-ssh.nix
deleted file mode 100644
index 8b36733e..00000000
--- a/lass/2configs/tor-ssh.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- services.tor = {
- enable = true;
- relay.onionServices.ssh = {
- version = 3;
- map = [{
- port = 22;
- target.port = 22;
- }];
- secretKey = <secrets/ssh-tor.priv>;
- };
- };
-}
-