diff --git a/machines/durruti/host_config.nix b/machines/durruti/host_config.nix index 418bbeb..1a00761 100644 --- a/machines/durruti/host_config.nix +++ b/machines/durruti/host_config.nix @@ -33,6 +33,12 @@ in } ]; + services.nginx.virtualHosts."docs.malobeo.org" = { + forceSSL = true; + enableACME= true; + locations."/".proxyPass = "http://${cfg.host_ip}:9000"; + }; + services.nginx.virtualHosts."tasklist.malobeo.org" = { forceSSL = true; enableACME= true;