summaryrefslogtreecommitdiff
path: root/flora/services/nginx.nix
diff options
context:
space:
mode:
authorstuebinm2023-12-29 18:51:45 +0100
committerstuebinm2023-12-29 18:51:45 +0100
commitce86f210793223c3a5a20836d679752c55ee81c9 (patch)
tree6e8d7c5fb1950d02aa7a304c900b544b06b43aac /flora/services/nginx.nix
parent47885b325b63671c5359afcc3c2ebc4ed85f3004 (diff)
apparently i run a mumble now
Diffstat (limited to 'flora/services/nginx.nix')
-rw-r--r--flora/services/nginx.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flora/services/nginx.nix b/flora/services/nginx.nix
index ef5a3d6..7c792ba 100644
--- a/flora/services/nginx.nix
+++ b/flora/services/nginx.nix
@@ -15,5 +15,10 @@
forceSSL = true;
locations."/".root = ../../pkgs/nomsing;
};
+ virtualHosts."meow.noms.ing" = {
+ enableACME = true;
+ forceSSL = true;
+ locations."/".root = ../../pkgs/nomsing;
+ };
};
}