diff --git a/hosts/nixos/vps/system.nix b/hosts/nixos/vps/system.nix index c1659d5..60482ac 100644 --- a/hosts/nixos/vps/system.nix +++ b/hosts/nixos/vps/system.nix @@ -126,6 +126,11 @@ publicKey = "p3442J2HBGY5Pksu+0F4SFkBGjG99KIgwyk8eAt4YmA="; allowedIPs = [ "10.2.2.30/32" ]; } + { + name = "deck"; + publicKey = "mHCmvSUxQNentlznNYEa4Wv0Uw8xktWoAH60u9pMJXQ="; + allowedIPs = [ "10.2.2.40/32" ]; + } ]; }; };