Add a new host
diff --git a/modules/ssh.nix b/modules/ssh.nix
index 49e2dd1..405f607 100644
--- a/modules/ssh.nix
+++ b/modules/ssh.nix
@@ -24,6 +24,11 @@
           hostname = "95.217.87.112";
           identityFile = "~/.ssh/id_transplace";
         };
+        tildetown = {
+          hostname = "tilde.town";
+          user = "minion";
+          identityFile = "~/.ssh/id_tildetown";
+        };
       };
     };