summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorstuebinm2022-04-02 20:20:44 +0200
committerstuebinm2022-04-02 20:23:15 +0200
commit5b0c3ee1b677e8c50da3b0034c8a5d7c68166dbb (patch)
tree679d7951ce7614627e48b442df7a7283dea33bcd /home
parent6b1c4f94061e76f599c87ca700d7a662b070f94b (diff)
home: ssh: remove old host
Diffstat (limited to 'home')
-rw-r--r--home/home.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/home/home.nix b/home/home.nix
index 23044bf..88b0abc 100644
--- a/home/home.nix
+++ b/home/home.nix
@@ -203,12 +203,6 @@
user = "stuebinm";
identityFile = keydir + "/id_rsa";
};
- "discuss" = hetznerlogin {
- user = "root";
- hostname = "23.88.58.86";
- port = 62954;
- identityFile = keydir + "/id_rsa";
- };
"flora" = vpslogin "nix.stuebinm.eu";
"chaski" = vpslogin "chaski.stuebinm.eu";
"cgit" = vpslogin "flora.stuebinm.eu" // {user = "git";};