Update viridian, add lavender
This commit is contained in:
parent
dbc0abc555
commit
b63f149800
|
@ -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;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue