diff options
Diffstat (limited to '')
-rw-r--r-- | flora/services/nginx.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/flora/services/nginx.nix b/flora/services/nginx.nix index fbbff73..ef5a3d6 100644 --- a/flora/services/nginx.nix +++ b/flora/services/nginx.nix @@ -9,5 +9,11 @@ recommendedOptimisation = true; recommendedTlsSettings = true; recommendedProxySettings = true; + + virtualHosts."noms.ing" = { + enableACME = true; + forceSSL = true; + locations."/".root = ../../pkgs/nomsing; + }; }; } |