diff --git a/machines/durruti/host_config.nix b/machines/durruti/host_config.nix index 17ca4216..46d35e89 100644 --- a/machines/durruti/host_config.nix +++ b/machines/durruti/host_config.nix @@ -4,6 +4,7 @@ with lib; let cfg = config.services.malobeo; +in { options = { services.malobeo = { @@ -35,7 +36,7 @@ let services.nginx.virtualHosts."tasklist.malobeo.org" = { forceSSL = true; enableACME= true; - locations."/".proxyPass = "http://10.233.1.2:8080" + locations."/".proxyPass = "http://10.233.1.2:8080"; }; };