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;