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;