Update nginx.nix
Some checks failed
Deploy NixOS / deploy (push) Failing after 20s

This commit is contained in:
2026-02-17 15:38:44 -07:00
parent 93ccefc77c
commit 18b1aa04bc

View File

@@ -65,6 +65,11 @@ in
recommendedProxySettings = true; recommendedProxySettings = true;
recommendedTlsSettings = true; recommendedTlsSettings = true;
security.acme = {
acceptTerms = true;
defaults.email = "me@atri.dad";
};
clientMaxBodySize = "3g"; clientMaxBodySize = "3g";
commonHttpConfig = '' commonHttpConfig = ''