From 04cf152304f39610c29bde6cbb221239c081f4ed Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Tue, 3 Dec 2024 19:54:47 +0530 Subject: [PATCH] feat: Add deoxys hostname to ssh/config --- common/home.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/home.nix b/common/home.nix index 0ec0f9a3..76c72994 100644 --- a/common/home.nix +++ b/common/home.nix @@ -128,6 +128,11 @@ in { user = "git"; host = "github.com"; }; + deoxys = { + user = "servius"; + hostname = "deoxys"; + forwardAgent = true; + }; mirai = { user = "fs0c131y"; hostname = "sh.darksailor.dev";