remove deck host in wireguard

This commit is contained in:
Yan Lin 2025-11-16 00:36:08 +01:00
parent eeba92b7b0
commit 740c89417f
2 changed files with 0 additions and 12 deletions

View file

@ -126,11 +126,6 @@
publicKey = "p3442J2HBGY5Pksu+0F4SFkBGjG99KIgwyk8eAt4YmA="; publicKey = "p3442J2HBGY5Pksu+0F4SFkBGjG99KIgwyk8eAt4YmA=";
allowedIPs = [ "10.2.2.30/32" ]; allowedIPs = [ "10.2.2.30/32" ];
} }
{
name = "deck";
publicKey = "mHCmvSUxQNentlznNYEa4Wv0Uw8xktWoAH60u9pMJXQ=";
allowedIPs = [ "10.2.2.40/32" ];
}
]; ];
}; };
}; };

View file

@ -58,13 +58,6 @@
identityFile = "~/.ssh/keys/hetzner"; identityFile = "~/.ssh/keys/hetzner";
}; };
"deck" = {
hostname = "10.2.2.40";
user = "yanlin";
identityFile = "~/.ssh/keys/deck";
proxyJump = "vps";
};
"borg-box" = { "borg-box" = {
hostname = "u501367.your-storagebox.de"; hostname = "u501367.your-storagebox.de";
user = "u501367"; user = "u501367";