summaryrefslogtreecommitdiff
path: root/flora
diff options
context:
space:
mode:
authorstuebinm2023-12-09 23:24:55 +0100
committerstuebinm2023-12-09 23:24:55 +0100
commita6ee6500500560caf3be5c745266a5f76732f275 (patch)
tree6dec7eaebabb8f1fb40356fef930b7739e957174 /flora
parent37bcfede0f92049285a99ec2c6a041ae366985a2 (diff)
huh, looks like i bought another domain
Diffstat (limited to 'flora')
-rw-r--r--flora/services/nginx.nix6
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;
+ };
};
}