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