From bcf894ad2db938d26127063bbe7617f003ec4b9c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 28 Jan 2025 15:14:29 -0500 Subject: [PATCH] global/ssh: remove unused match block --- users/modules/global/ssh.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/users/modules/global/ssh.nix b/users/modules/global/ssh.nix index 7a49614..614c614 100644 --- a/users/modules/global/ssh.nix +++ b/users/modules/global/ssh.nix @@ -5,11 +5,6 @@ addKeysToAgent = "yes"; controlMaster = "auto"; controlPersist = "1m"; - matchBlocks = { - "server.doge-inc.net" = { - port = 245; - }; - }; }; services.ssh-agent.enable = true;