From ac0fd85d8dcb746577a815b2d8bd3583420cc856 Mon Sep 17 00:00:00 2001 From: osbm Date: Thu, 16 Oct 2025 16:42:37 +0300 Subject: [PATCH] fuckass ssh error --- home/ssh.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/ssh.nix b/home/ssh.nix index c693e62..12a937d 100644 --- a/home/ssh.nix +++ b/home/ssh.nix @@ -27,7 +27,8 @@ in { programs.ssh = { enable = true; - + enableDefaultConfig = false; + matchBlocks = { ymir = sshBlock "192.168.0.2"; ymir-ts = sshBlock "ymir.curl-boga.ts.net";