manatee: Open port 443 for nginx

This commit is contained in:
Alexander Heldt
2026-01-05 09:03:01 +00:00
parent 4ba82c4648
commit 926fbcb169

View File

@@ -18,5 +18,11 @@ in
recommendedTlsSettings = true; recommendedTlsSettings = true;
}; };
}; };
networking = {
firewall = {
allowedTCPPorts = [ 443 ];
};
};
}; };
} }