Merge branch 'main' of github.com:FredzyW/nix
This commit is contained in:
commit
b96c9cd6d7
1 changed files with 1 additions and 13 deletions
|
@ -21,7 +21,7 @@
|
|||
user = "fr7658wa-s";
|
||||
};
|
||||
"dm2" = {
|
||||
hostname = "docker-master2";
|
||||
hostname = "192.168.0.190";
|
||||
port = 22;
|
||||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
|
@ -62,18 +62,6 @@
|
|||
user = "github";
|
||||
identityFile = "/home/fw/.ssh/github-ssh-key";
|
||||
};
|
||||
"backup1" = {
|
||||
hostname = "192.168.0.220";
|
||||
port = 22;
|
||||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
};
|
||||
"dashboard" = {
|
||||
hostname = "192.168.0.159";
|
||||
port = 22;
|
||||
user = "fw";
|
||||
identityFile = "/home/fw/.ssh/fw-ssh-key";
|
||||
};
|
||||
"malmo" = {
|
||||
hostname = "192.168.0.138";
|
||||
port = 22;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue