refactor: always allow HTTPS through firewall
This commit is contained in:
parent
63565fc4b1
commit
37f8be203f
|
@ -23,8 +23,7 @@ in {
|
||||||
security.acme.acceptTerms = config.aether.https;
|
security.acme.acceptTerms = config.aether.https;
|
||||||
security.acme.defaults.email = cfg.acmeEmail;
|
security.acme.defaults.email = cfg.acmeEmail;
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts =
|
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||||
[ 80 ] ++ lib.optional config.aether.https 443;
|
|
||||||
|
|
||||||
# Forgejo
|
# Forgejo
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue