From a294d9e5ee6939c60cd1db6b180d395aa55aab3c Mon Sep 17 00:00:00 2001 From: Christian Date: Sun, 24 May 2026 08:24:44 -0500 Subject: Disable SSH default config to fix deprecation warning --- modules/home/christian.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/home/christian.nix b/modules/home/christian.nix index 6d09589..bae5e90 100644 --- a/modules/home/christian.nix +++ b/modules/home/christian.nix @@ -43,6 +43,7 @@ programs.ssh = { enable = true; + enableDefaultConfig = false; matchBlocks = { "myserver" = { hostname = "192.168.0.111"; -- cgit v1.2.3