diff options
author | stuebinm | 2023-12-09 23:24:55 +0100 |
---|---|---|
committer | stuebinm | 2023-12-09 23:24:55 +0100 |
commit | a6ee6500500560caf3be5c745266a5f76732f275 (patch) | |
tree | 6dec7eaebabb8f1fb40356fef930b7739e957174 /flora | |
parent | 37bcfede0f92049285a99ec2c6a041ae366985a2 (diff) |
huh, looks like i bought another domain
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; + }; }; } |