diff --git a/configuration.nix b/configuration.nix index ab116ec..9522a31 100644 --- a/configuration.nix +++ b/configuration.nix @@ -50,6 +50,15 @@ }; }; + services.nginx = { + recommendedGzipSettings = true; + recommendedOptimisation = true; + recommendedTlsSettings = true; + recommendedProxySettings = true; + }; + + security.acme = { acceptTerms = true; defaults.email = "nio24@pm.me"; }; + # ============================================================ # TIMEZONE & LOCALISATION # ============================================================