diff --git a/homeManagerModules/ssh.nix b/homeManagerModules/ssh.nix index 550505d..5eac020 100644 --- a/homeManagerModules/ssh.nix +++ b/homeManagerModules/ssh.nix @@ -38,6 +38,10 @@ hostname = "192.168.1.110"; user = "root"; }; + "gitea" = { + hostname = "192.168.1.104"; + user = "john"; + }; "hermes" = { hostname = "192.168.1.150"; user = "root"; @@ -71,6 +75,8 @@ identitiesOnly = true; identityFile = "~/.ssh/id_ed25519"; certificateFile = "~/.ssh/id_ed25519-cert.pub"; + addKeysToAgent = "yes"; + forwardAgent = true; }; }) (lib.mkIf (config.profile == "work") {