From 3f118856840aff9bfd19b038c9b7220f8a2b13ca Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 23 May 2025 03:31:42 +0200 Subject: [PATCH] chore: move ssh port away from monitoring module, as it should be in the sshd module --- modules/services/monitoring.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/services/monitoring.nix b/modules/services/monitoring.nix index 848e838..a22d5f9 100644 --- a/modules/services/monitoring.nix +++ b/modules/services/monitoring.nix @@ -26,8 +26,6 @@ networking.firewall = { allowedTCPPorts = [ 9001 - 22 - 9123 # always also allow ssh :screaming: ]; }; }