aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authorPetri Hienonen <petri.hienonen@gmail.com>2026-03-22 15:52:10 +0200
committerPetri Hienonen <petri.hienonen@gmail.com>2026-03-22 15:52:10 +0200
commit2139654ee25cd23aacd8b9907d140f6b1e7da4f0 (patch)
treec6ae2b98d91dba531fb13ddc8803279c248da600 /home
parent0f1082915950d923683fd903fc1504d52199aea2 (diff)
downloadnixos-2139654ee25cd23aacd8b9907d140f6b1e7da4f0.tar.zst
Wireguard
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";