From 692df84f287bc60f23974765edc3fabb7f0c890b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 24 Jan 2020 08:58:10 +0100 Subject: [PATCH] fix(ssh): clean up --- configs/ssh.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/configs/ssh.nix b/configs/ssh.nix index 12d64e2..dcf9ad2 100644 --- a/configs/ssh.nix +++ b/configs/ssh.nix @@ -54,13 +54,6 @@ in { user = "kfm"; port = sshPort; }; - menstruation-logs = { - user = "root"; - hostname = "v22017123717457389.megasrv.de"; - port = 49123; - }; - "gitlab.peixdev.net".port = 999; - "gitlab.gchq.icu".port = 1022; }; }; }