ssh: Remove unnecessary aliases
This commit is contained in:
parent
d65073c697
commit
bfdd5c8c89
1 changed files with 0 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue