diff --git a/home-manager/common/programs/ssh.nix b/home-manager/common/programs/ssh.nix index 7cafdbb..291a941 100644 --- a/home-manager/common/programs/ssh.nix +++ b/home-manager/common/programs/ssh.nix @@ -54,6 +54,11 @@ with lib; { user = "nathan"; hostname = "100.99.69.14"; }; + "pendulum" = { + forwardAgent = true; + user = "nathan"; + hostname = "100.105.41.106"; + }; "de1955" = { user = "de1955"; hostname = "de1955.rsync.net"; diff --git a/info/ssh-keys.nix b/info/ssh-keys.nix index 5726926..26ddfdc 100644 --- a/info/ssh-keys.nix +++ b/info/ssh-keys.nix @@ -45,6 +45,11 @@ with builtins; rec { key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICILeBcpPVs12pDnsOPyDVwnwReCbrqzXMF+cV5bWCCa nathan@fusion"; }; + # pendulum key + "pendulum" = { + key = + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICIDzy3m10s1sciUCfT1B/IzHeyOenHBxp47jkVrhBfm nathan@pendulum"; + }; }; signingKeys = { # Git automation bot