fix postfix config, missing linebreak

svn path=/nixos/trunk/; revision=32980
This commit is contained in:
Florian Friesdorf 2012-03-11 11:12:02 +00:00
parent 5115e6a1d0
commit 769cbaf56a
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ let
default_privs = nobody
''
+ optionalString config.networking.enableIPv6 "inet_protocols = all"
+ optionalString config.networking.enableIPv6 ''
inet_protocols = all
''
+ (if cfg.networks != null then
''
mynetworks = ${concatStringsSep ", " cfg.networks}