Tweak port for git

This commit is contained in:
Erwin Boskma 2022-11-22 17:41:49 +01:00
parent 9b931d24ec
commit aebff04d1c
Signed by: erwin
SSH key fingerprint: SHA256:CyeNoWXd3kjX2Nwu6pDxxdS7OqmPVOy0NavA/KU/ntU

View file

@ -63,6 +63,8 @@ in
"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;
identityFile = personalKey;
}; };
fluiddpi = mkIf (!var.workSystem) { fluiddpi = mkIf (!var.workSystem) {