chore: move ssh port away from monitoring module, as it should be in the sshd module

This commit is contained in:
Ahwx 2025-05-23 03:31:42 +02:00
parent 07ffd197ce
commit 3f11885684

View file

@ -26,8 +26,6 @@
networking.firewall = { networking.firewall = {
allowedTCPPorts = [ allowedTCPPorts = [
9001 9001
22
9123 # always also allow ssh :screaming:
]; ];
}; };
} }