diff options
| author | Petri Hienonen <petri.hienonen@gmail.com> | 2026-03-22 15:52:10 +0200 |
|---|---|---|
| committer | Petri Hienonen <petri.hienonen@gmail.com> | 2026-03-22 15:52:10 +0200 |
| commit | 2139654ee25cd23aacd8b9907d140f6b1e7da4f0 (patch) | |
| tree | c6ae2b98d91dba531fb13ddc8803279c248da600 /home | |
| parent | 0f1082915950d923683fd903fc1504d52199aea2 (diff) | |
| download | nixos-2139654ee25cd23aacd8b9907d140f6b1e7da4f0.tar.zst | |
Wireguard
Diffstat (limited to '')
| -rw-r--r-- | home/default.nix | 3 |
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"; |
