diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -99,10 +99,12 @@ }; }; + networking.firewall.allowedTCPPorts = [ 443 80 ]; + services.nginx = { enable = true; recommendedProxySettings = true; - recommendedTlsSettings = true; + recommendedTlsSettings = true; virtualHosts."${config.cara.services.carasite.domain}" = { forceSSL = true; enableACME = true; |