From 48e352f0150a1e3d41f0d69f0aa7ac68a8e510b9 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sat, 14 Feb 2026 11:04:02 +0100 Subject: [PATCH] pinwheel: Disable use of `ssh` defaults (as they're inlined) --- hosts/pinwheel/modules/ssh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/pinwheel/modules/ssh/default.nix b/hosts/pinwheel/modules/ssh/default.nix index 6c30537..b0c84fd 100644 --- a/hosts/pinwheel/modules/ssh/default.nix +++ b/hosts/pinwheel/modules/ssh/default.nix @@ -3,6 +3,7 @@ home-manager.users.alex = { programs.ssh = { enable = true; + enableDefaultConfig = false; matchBlocks = { "manatee" = {