From a4827fa12850c530c26715b8cb86a51bbf73af77 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Wed, 19 Nov 2025 22:58:33 -0500 Subject: [PATCH] last server --- flake.nix | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) diff --git a/flake.nix b/flake.nix index 47865e9..97c9761 100644 --- a/flake.nix +++ b/flake.nix @@ -907,6 +907,125 @@ ''; }; }; + virtualHosts."survey-test1.room409.xyz" = { + forceSSL = true; + enableACME = true; + locations."/" = { + root = pkgs.writeTextDir "index.html" '' + + + + + Guest Survey + + + + + +''; + }; + }; + + virtualHosts."survey-test2.room409.xyz" = { + forceSSL = true; + enableACME = true; + locations."/" = { + root = pkgs.writeTextDir "index.html" '' + + + + + Guest Survey + + + + +
+
+
+ + + + + +''; + }; + }; + virtualHosts."survey-test3.room409.xyz" = { + forceSSL = true; + enableACME = true; + locations."/" = { + root = pkgs.writeTextDir "index.html" '' + + + + + Guest Survey + + + +
+
+
+ + + + +''; + }; + }; virtualHosts."batou.room409.xyz" = { forceSSL = true;