pinwheel: Disable use of ssh defaults (as they're inlined)

This commit is contained in:
Alexander Heldt
2026-02-14 11:04:02 +01:00
parent e575a147cd
commit 48e352f015

View File

@@ -3,6 +3,7 @@
home-manager.users.alex = { home-manager.users.alex = {
programs.ssh = { programs.ssh = {
enable = true; enable = true;
enableDefaultConfig = false;
matchBlocks = { matchBlocks = {
"manatee" = { "manatee" = {