forked from poz/niksos
better ips
This commit is contained in:
parent
e6d3d0f945
commit
adc9e9c3ab
1 changed files with 2 additions and 2 deletions
|
@ -493,7 +493,7 @@
|
|||
identityFile = "${config.home-manager.users.${config'.username}.home.homeDirectory}/.ssh/jacekpoz";
|
||||
};
|
||||
"chmura" = {
|
||||
hostName = "192.168.15.17";
|
||||
hostName = "192.168.15.2";
|
||||
user = "chmura";
|
||||
identityFile = "${config.home-manager.users.${config'.username}.home.homeDirectory}/.ssh/chmura";
|
||||
};
|
||||
|
@ -503,7 +503,7 @@
|
|||
identityFile = "${config.home-manager.users.${config'.username}.home.homeDirectory}/.ssh/chmura";
|
||||
};
|
||||
"malina" = {
|
||||
hostName = "192.168.15.13";
|
||||
hostName = "192.168.15.3";
|
||||
user = "malina";
|
||||
identityFile = "${config.home-manager.users.${config'.username}.home.homeDirectory}/.ssh/malina";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue