diff --git a/default.nix b/default.nix index d6d32c451..25a54f3ca 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 0af4a3141..c04281e4a 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"; + }; + }; }; };