From 740c89417f3c093b6996e01b506ec8f0b154c2f9 Mon Sep 17 00:00:00 2001 From: Yan Lin Date: Sun, 16 Nov 2025 00:36:08 +0100 Subject: [PATCH] remove deck host in wireguard --- hosts/nixos/vps/system.nix | 5 ----- modules/ssh.nix | 7 ------- 2 files changed, 12 deletions(-) diff --git a/hosts/nixos/vps/system.nix b/hosts/nixos/vps/system.nix index e7c94d2..6bd12ba 100644 --- a/hosts/nixos/vps/system.nix +++ b/hosts/nixos/vps/system.nix @@ -126,11 +126,6 @@ publicKey = "p3442J2HBGY5Pksu+0F4SFkBGjG99KIgwyk8eAt4YmA="; allowedIPs = [ "10.2.2.30/32" ]; } - { - name = "deck"; - publicKey = "mHCmvSUxQNentlznNYEa4Wv0Uw8xktWoAH60u9pMJXQ="; - allowedIPs = [ "10.2.2.40/32" ]; - } ]; }; }; diff --git a/modules/ssh.nix b/modules/ssh.nix index f2b006a..e64fa67 100644 --- a/modules/ssh.nix +++ b/modules/ssh.nix @@ -58,13 +58,6 @@ identityFile = "~/.ssh/keys/hetzner"; }; - "deck" = { - hostname = "10.2.2.40"; - user = "yanlin"; - identityFile = "~/.ssh/keys/deck"; - proxyJump = "vps"; - }; - "borg-box" = { hostname = "u501367.your-storagebox.de"; user = "u501367";