Add ssh hosts
This commit is contained in:
parent
06901b4d5f
commit
c0707a50e7
1 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
{ pkgs
|
||||
, config
|
||||
, lib
|
||||
|
@ -45,9 +46,20 @@ in
|
|||
};
|
||||
|
||||
proxy = {
|
||||
forwardAgent = true;
|
||||
hostname = "10.0.0.251";
|
||||
};
|
||||
|
||||
gitea = {
|
||||
forwardAgent = true;
|
||||
hostname = "10.0.0.201";
|
||||
};
|
||||
|
||||
drone = {
|
||||
forwardAgent = true;
|
||||
hostname = "10.0.0.202";
|
||||
};
|
||||
|
||||
"git.datarift.nl" = {
|
||||
hostname = "10.0.0.201";
|
||||
};
|
||||
|
@ -64,6 +76,10 @@ in
|
|||
"repohost.bedum.horus.nu" = {
|
||||
forwardAgent = true;
|
||||
};
|
||||
|
||||
"gitea.bedum.horus.nu" = {
|
||||
forwardAgent = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue