diff --git a/hosts/del/ssh.nix b/hosts/del/ssh.nix index f2d2946..954ace4 100644 --- a/hosts/del/ssh.nix +++ b/hosts/del/ssh.nix @@ -68,6 +68,10 @@ _: { port = 10471; user = "root"; }; + gay = { + hostName = "git.gay"; + publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHqUMVlwisg8oXuJaYp49Og8hljAgHsccxiDuxIYQ+2q"; + }; }; }; };