fixes ssh

This commit is contained in:
Dennis Schoepf 2026-01-31 21:51:47 +01:00
parent 8836d09110
commit 36abfed576

View file

@ -62,9 +62,11 @@
networking.firewall = { networking.firewall = {
enable = true; enable = true;
allowedTCPPorts = [ allowedTCPPorts = [
22
443 443
]; ];
allowedUDPPorts = [ allowedUDPPorts = [
22
443 443
]; ];
}; };