diff --git a/configurations/host/valkyrie/default.nix b/configurations/host/valkyrie/default.nix index adcd3fd..22df52b 100644 --- a/configurations/host/valkyrie/default.nix +++ b/configurations/host/valkyrie/default.nix @@ -119,7 +119,14 @@ system.stateVersion = "23.05"; # Did you read the comment? +services.nginx = { + enable = true; + addSSL = true; + recommendedTlsSettings = true; + recommendedOptimisation = true; + recommendedGzipSettings = true; +};