From a647db06a50855458e290107286afa6d5e713b13 Mon Sep 17 00:00:00 2001 From: osbm Date: Sat, 20 Dec 2025 14:35:42 +0300 Subject: [PATCH] add ares --- modules/home-manager/programs/ssh.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/home-manager/programs/ssh.nix b/modules/home-manager/programs/ssh.nix index fcfeaa1..919665b 100644 --- a/modules/home-manager/programs/ssh.nix +++ b/modules/home-manager/programs/ssh.nix @@ -53,6 +53,8 @@ in hashKnownHosts = true; compression = true; }; + ares = sshBlock "192.168.0.6"; + ares-ts = sshBlock "ares.curl-boga.ts.net"; # artemis }; };