services/nginx: open ports 80 and 443

(cherry picked from commit 328b028348)
This commit is contained in:
LavaDesu 2022-03-28 23:04:30 +07:00
parent 0299af84a7
commit 80eae5f338
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -1,4 +1,5 @@
{ config, inputs, ... }: {
networking.firewall.allowedTCPPorts = [ 80 443 ];
security.acme = {
acceptTerms = true;
email = "me@lava.moe";