From 54aac8d1411a54cb1077b4278ae97b5a73ad3394 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Tue, 16 Sep 2025 19:03:51 +0200 Subject: [PATCH] Remove storage box ssh entry --- modules/ssh.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/modules/ssh.nix b/modules/ssh.nix index 3828126..60a54a7 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -50,13 +50,6 @@ identityFile = "~/.ssh/keys/hetzner"; }; - "storage-box" = { - hostname = "u448310.your-storagebox.de"; - user = "u448310"; - identityFile = "~/.ssh/keys/storage-box"; - port = 23; - }; - "borg-backup" = { hostname = "10.2.2.30"; user = "borg";