mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
Merge pull request #133607 from SuperSandro2000/SuperSandro2000-patch-1
This commit is contained in:
commit
991eaaa024
1 changed files with 1 additions and 5 deletions
|
@ -549,11 +549,7 @@ in
|
||||||
|
|
||||||
LogLevel ${cfg.logLevel}
|
LogLevel ${cfg.logLevel}
|
||||||
|
|
||||||
${if cfg.useDns then ''
|
UseDNS ${if cfg.useDns then "yes" else "no"}
|
||||||
UseDNS yes
|
|
||||||
'' else ''
|
|
||||||
UseDNS no
|
|
||||||
''}
|
|
||||||
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue