forked from kalipso/infrastructure
[durruti] fix syntax errors
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user