spaceapi: fix firewall

This commit is contained in:
Sandro - 2023-06-05 22:09:07 +02:00
parent 25613c02ec
commit 965764d70b
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,12 @@ _:
{
c3d2.deployment.server = "server10";
networking.hostName = "spaceapi";
networking = {
firewall.allowedTCPPorts = [
3000 # spaceapi
];
hostName = "spaceapi";
};
services.spaceapi.enable = true;