[durruti] fix syntax errors

This commit is contained in:
2023-05-17 12:30:09 +02:00
parent 0bad160379
commit 1045604ee9

View File

@@ -4,6 +4,7 @@ with lib;
let let
cfg = config.services.malobeo; cfg = config.services.malobeo;
in
{ {
options = { options = {
services.malobeo = { services.malobeo = {
@@ -35,7 +36,7 @@ let
services.nginx.virtualHosts."tasklist.malobeo.org" = { services.nginx.virtualHosts."tasklist.malobeo.org" = {
forceSSL = true; forceSSL = true;
enableACME= true; enableACME= true;
locations."/".proxyPass = "http://10.233.1.2:8080" locations."/".proxyPass = "http://10.233.1.2:8080";
}; };
}; };