Correction indentation

This commit is contained in:
nyanloutre 2018-04-18 21:04:48 +02:00
parent a469b5f502
commit 666172bbe8

View File

@ -36,7 +36,7 @@ in
services.haproxy.enable = true;
services.haproxy.config = "
services.haproxy.config = ''
global
log /dev/log local0
log /dev/log local1 notice
@ -91,10 +91,10 @@ ${concatStrings (
"\n acl AuthOK_LOUTRE http_auth(LOUTRE)\n"
+ " http-request auth realm LOUTRE if !AuthOK_LOUTRE\n"
) else "")}
''
) cfg.services)}
";
'';
services.nginx.enable = true;
services.nginx.virtualHosts = {