about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--default.nix1
-rw-r--r--nixos/socrates/configuration.nix7
2 files changed, 8 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index d6d32c45195c..25a54f3ca675 100644
--- a/default.nix
+++ b/default.nix
@@ -33,4 +33,5 @@ in {
   third_party  = readTree ./third_party;
   tools        = readTree ./tools;
   buildHaskell = readTree ./buildHaskell;
+  zoo          = readTree ./zoo;
 }
diff --git a/nixos/socrates/configuration.nix b/nixos/socrates/configuration.nix
index 0af4a314191d..c04281e4ac61 100644
--- a/nixos/socrates/configuration.nix
+++ b/nixos/socrates/configuration.nix
@@ -209,6 +209,13 @@ in {
         enableACME = true;
         root = briefcase.website.sandbox.learnpianochords;
       };
+      "zoo.wpcarro.dev" = {
+        addSSL = true;
+        enableACME = true;
+        locations."/" = {
+          proxyPass = "http://localhost:8000";
+        };
+      };
     };
   };