From a6ee6500500560caf3be5c745266a5f76732f275 Mon Sep 17 00:00:00 2001
From: stuebinm
Date: Sat, 9 Dec 2023 23:24:55 +0100
Subject: huh, looks like i bought another domain

---
 flora/services/nginx.nix | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'flora')

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;
+    };
   };
 }
-- 
cgit v1.2.3