spaceapi: firewall.allowedTCPPorts

This commit is contained in:
Astro 2019-09-11 00:08:27 +02:00
parent f5be7fec59
commit b60f693e88
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ in
networking.useNetworkd = true;
networking.defaultGateway = "172.22.99.4";
networking.useDHCP = lib.mkForce true;
networking.firewall.allowedTCPPorts = [ 3000 3001 ];
services.spaceapi = {
enable = true;