Update ssh settings with pendulum
This commit is contained in:
parent
f2989645d4
commit
04a4ad2eac
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue