commit | df85e72d6e8fbc1da3eb5ad86d6ff96e445c6fc2 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:21:54 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Mon Oct 31 00:21:54 2022 +0000 |
tree | f651de5058c2f3e3cb35eb60e0d20ffe9a375bae | |
parent | 21bc40151688e6792908d7185aecb81e384daeea [diff] |
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"; + }; }; };