Update viridian, add lavender

This commit is contained in:
♥ Minnie ♥ 2024-07-05 23:03:23 +08:00
parent dbc0abc555
commit b63f149800
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -13,9 +13,15 @@
programs.ssh = { programs.ssh = {
enable = true; enable = true;
matchBlocks."viridian" = { matchBlocks."viridian" = {
hostname = "192.168.1.102"; hostname = "192.168.50.227";
identityFile = "/home/sajenim/.ssh/sajenim_sk"; identityFile = "/home/sajenim/.ssh/sajenim_sk";
port = 62841; port = 62841;
}; };
matchBlocks."lavender" = {
hostname = "192.168.50.249";
identityFile = "/home/sajenim/.ssh/sajenim_sk";
port = 22;
};
}; };
} }