services/nginx: open ports 80 and 443

This commit is contained in:
LavaDesu 2022-03-28 23:04:30 +07:00
parent c34578dd03
commit 328b028348
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";