ssh: Remove unnecessary aliases

This commit is contained in:
Erwin Boskma 2023-06-19 08:20:02 +02:00
parent d65073c697
commit bfdd5c8c89
Signed by: erwin
SSH key fingerprint: SHA256:9LmFDe1C6jSrEyqxxvX8NtJBmcbB105XoqyUZF092bg

View file

@ -47,22 +47,6 @@ in
};
};
proxy = mkIf (!var.workSystem) {
hostname = "10.0.0.251";
};
gitea = mkIf (!var.workSystem) {
hostname = "10.0.0.201";
};
drone = mkIf (!var.workSystem) {
hostname = "10.0.0.202";
};
frigate = mkIf (!var.workSystem) {
hostname = "10.0.0.205";
};
"rsync.net" = mkIf (!var.workSystem) {
hostname = "zh2088.rsync.net";
user = "zh2088";
@ -75,11 +59,6 @@ in
identityFile = personalKey;
};
fluiddpi = mkIf (!var.workSystem) {
hostname = "10.0.0.120";
user = "pi";
};
horus-vpn = {
hostname = "192.168.4.202";
identityFile = horusKey;