forked from nyanloutre/nixos-config
Correction indentation
This commit is contained in:
parent
a469b5f502
commit
666172bbe8
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user