Add frigate to ssh config

This commit is contained in:
Erwin Boskma 2023-03-21 17:22:34 +01:00
parent 4ae4aad98b
commit e78615dcaf
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -59,6 +59,10 @@ in
hostname = "10.0.0.202";
};
frigate = mkIf (!var.workSystem) {
hostname = "10.0.0.205";
};
"git.datarift.nl" = {
hostname = if var.workSystem then "direct.datarift.nl" else "10.0.0.201";
port = if var.workSystem then 2222 else 22;