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.defaults.email = cfg.acmeEmail;
|
||||
|
||||
networking.firewall.allowedTCPPorts =
|
||||
[ 80 ] ++ lib.optional config.aether.https 443;
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
# Forgejo
|
||||
|
||||
|
|
Loading…
Reference in a new issue