This commit is contained in:
Nio 2026-05-12 09:05:18 +02:00
parent a33c7c7762
commit cc60ac8fbd

View file

@ -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 # TIMEZONE & LOCALISATION
# ============================================================ # ============================================================