aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/home/default.nix b/home/default.nix
index 6ed7cb7..e8b74a9 100644
--- a/home/default.nix
+++ b/home/default.nix
@@ -522,6 +522,9 @@ in
ssh = {
enableDefaultConfig = false;
enable = true;
+ matchBlocks."relesoft.io" = {
+ hostname = "65.21.238.221";
+ };
matchBlocks."*" = {
compression = true;
controlMaster = "auto";