updated allowedTCPPorts

This commit is contained in:
Richie Cahill 2024-04-10 19:06:51 -04:00
parent 07d226fc13
commit adf629d596

View File

@ -8,8 +8,6 @@
};
};
networking.firewall = lib.mkIf config.services.endlessh-go.enable {
allowedTCPPorts = 22;
};
networking.firewall = lib.mkIf config.services.endlessh-go.enable { allowedTCPPorts = [ 22 ]; };
};
}