summaryrefslogtreecommitdiffstats
path: root/hosts/icon
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/icon/configuration.nix17
1 files changed, 17 insertions, 0 deletions
diff --git a/hosts/icon/configuration.nix b/hosts/icon/configuration.nix
index b365677..fb3b471 100644
--- a/hosts/icon/configuration.nix
+++ b/hosts/icon/configuration.nix
@@ -24,6 +24,23 @@
publicKeyFile = ./../../pubkeys/github_ssh.pub;
};
};
+ extraConfig = ''
+ Host git-vps
+ HostName git.skullheadx.com
+ Port 2222
+ User git
+ Host git.skullheadx.com
+ HostName localhost
+ Port 2223
+ User git
+ ProxyJump git-vps
+ Host homelab
+ HostName 192.168.1.120
+ Port 22
+ Host vps
+ Hostname 170.205.37.7
+ Port 2222
+ '';
};
users.groups.git = {};