From 0fae98ebd408dca9c9432f66658669eea62a63e9 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 28 Oct 2024 14:26:35 +0100 Subject: [PATCH] add git gay on del --- hosts/del/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; + }; }; }; };