diff --git a/hosts/kazuki/attic.nix b/hosts/kazuki/attic.nix index 920a2f0..a5f63e8 100644 --- a/hosts/kazuki/attic.nix +++ b/hosts/kazuki/attic.nix @@ -64,6 +64,9 @@ in { services.nginx = { enable = true; recommendedProxySettings = true; + recommendedGzipSettings = true; + recommendedOptimisation = true; + recommendedTlsSettings = true; virtualHosts."cache.nrab.lol" = { forceSSL = true; enableACME = true; diff --git a/hosts/kazuki/vault.nix b/hosts/kazuki/vault.nix index 87ff42b..2851823 100644 --- a/hosts/kazuki/vault.nix +++ b/hosts/kazuki/vault.nix @@ -17,6 +17,9 @@ services.nginx = { enable = true; recommendedProxySettings = true; + recommendedGzipSettings = true; + recommendedOptimisation = true; + recommendedTlsSettings = true; virtualHosts."vault.rabulinski.com" = { forceSSL = true; enableACME = true;