firewall: add ssh ports

This commit is contained in:
ooks-io 2024-10-29 16:42:39 +11:00
parent e612a54b00
commit 5e72233400

View file

@ -2,6 +2,12 @@
networking.firewall = {
enable = true;
allowedTCPPorts = [
22 # SSH
80
443
];
# dont respond to icmpv4 pings.
allowPing = false;
};