Update hostnames
This commit is contained in:
parent
de5f88f6d8
commit
d0b1f039d2
|
@ -13,13 +13,13 @@
|
||||||
programs.ssh = {
|
programs.ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
matchBlocks."viridian" = {
|
matchBlocks."viridian" = {
|
||||||
hostname = "192.168.20.4";
|
hostname = "viridian.kanto.dev";
|
||||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||||
port = 62841;
|
port = 62841;
|
||||||
};
|
};
|
||||||
|
|
||||||
matchBlocks."lavender" = {
|
matchBlocks."lavender" = {
|
||||||
hostname = "192.168.20.3";
|
hostname = "lavender.kanto.dev";
|
||||||
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
identityFile = "/home/sajenim/.ssh/sajenim_sk";
|
||||||
port = 22;
|
port = 22;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue