Add frigate to ssh config
This commit is contained in:
parent
4ae4aad98b
commit
e78615dcaf
1 changed files with 4 additions and 0 deletions
|
@ -59,6 +59,10 @@ in
|
||||||
hostname = "10.0.0.202";
|
hostname = "10.0.0.202";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
frigate = mkIf (!var.workSystem) {
|
||||||
|
hostname = "10.0.0.205";
|
||||||
|
};
|
||||||
|
|
||||||
"git.datarift.nl" = {
|
"git.datarift.nl" = {
|
||||||
hostname = if var.workSystem then "direct.datarift.nl" else "10.0.0.201";
|
hostname = if var.workSystem then "direct.datarift.nl" else "10.0.0.201";
|
||||||
port = if var.workSystem then 2222 else 22;
|
port = if var.workSystem then 2222 else 22;
|
||||||
|
|
Loading…
Reference in a new issue