diff --git a/home/modules/ssh.nix b/home/modules/ssh.nix index fe8021f..4e5d2cc 100644 --- a/home/modules/ssh.nix +++ b/home/modules/ssh.nix @@ -18,6 +18,10 @@ in port = 2221; identityFile = "${config.home.homeDirectory}/.ssh/personal_git"; }; + msiserver = { + hostname = "scarlet.zynh.me"; + user = "zynh"; + }; }; }; };