From 1045604ee9a191250f6a56fa981a5ff1aeb0d572 Mon Sep 17 00:00:00 2001 From: kalipso Date: Wed, 17 May 2023 12:30:09 +0200 Subject: [PATCH] [durruti] fix syntax errors --- machines/durruti/host_config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"; }; };