From 88831b431c117a9550fd90869e82775c1205a96b Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Tue, 9 Jul 2024 01:30:45 -0700 Subject: [PATCH] add msiserver config --- home/modules/ssh.nix | 4 ++++ 1 file changed, 4 insertions(+) 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"; + }; }; }; };