add msiserver config

main
Zynh Ludwig 2024-07-09 01:30:45 -07:00
parent 521dc4a0ec
commit 88831b431c
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ in
port = 2221; port = 2221;
identityFile = "${config.home.homeDirectory}/.ssh/personal_git"; identityFile = "${config.home.homeDirectory}/.ssh/personal_git";
}; };
msiserver = {
hostname = "scarlet.zynh.me";
user = "zynh";
};
}; };
}; };
}; };