update hostnames
This commit is contained in:
parent
79886a8b54
commit
5340dc8381
|
@ -13,13 +13,13 @@
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks."viridian" = {
|
matchBlocks."viridian" = {
|
||||||
hostname = "192.168.50.227";
|
hostname = "192.168.20.4";
|
||||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||||
port = 62841;
|
port = 62841;
|
||||||
};
|
};
|
||||||
|
|
||||||
matchBlocks."lavender" = {
|
matchBlocks."lavender" = {
|
||||||
hostname = "192.168.50.249";
|
hostname = "192.168.20.3";
|
||||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||||
port = 22;
|
port = 22;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue