forked from mirrors/nixpkgs
Merge pull request #133607 from SuperSandro2000/SuperSandro2000-patch-1
This commit is contained in:
commit
991eaaa024
|
@ -549,11 +549,7 @@ in
|
|||
|
||||
LogLevel ${cfg.logLevel}
|
||||
|
||||
${if cfg.useDns then ''
|
||||
UseDNS yes
|
||||
'' else ''
|
||||
UseDNS no
|
||||
''}
|
||||
UseDNS ${if cfg.useDns then "yes" else "no"}
|
||||
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue