diff --git a/reference/users/youwen/hm.nix b/reference/users/youwen/hm.nix index 946fe1a..e757a7e 100644 --- a/reference/users/youwen/hm.nix +++ b/reference/users/youwen/hm.nix @@ -41,6 +41,11 @@ port = 222; identityFile = config.age.secrets.gallium_server_ssh.path; }; + "truth.youwen.dev" = { + host = "truth.youwen.dev"; + port = 222; + identityFile = config.age.secrets.gallium_server_ssh.path; + }; }; addKeysToAgent = "yes"; };