From e43910155c560692c77b11fb395277dd13cc2904 Mon Sep 17 00:00:00 2001 From: Toast Date: Sun, 7 Sep 2025 03:07:50 +0200 Subject: [PATCH] Desktop/ssh: remove default config --- roles/desktop/programs/ssh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/desktop/programs/ssh.nix b/roles/desktop/programs/ssh.nix index 00c4c4d..8aac072 100644 --- a/roles/desktop/programs/ssh.nix +++ b/roles/desktop/programs/ssh.nix @@ -12,6 +12,7 @@ home-manager.users.toast = { programs.ssh = { enable = true; + enableDefaultConfig = false; matchBlocks = { "everest" = { host = "toast003.xyz";