services/nginx: open ports 80 and 443
This commit is contained in:
parent
c34578dd03
commit
328b028348
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
{ config, inputs, ... }: {
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
security.acme = {
|
||||
acceptTerms = true;
|
||||
email = "me@lava.moe";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue