fix postfix config, missing linebreak
svn path=/nixos/trunk/; revision=32980
This commit is contained in:
parent
5115e6a1d0
commit
769cbaf56a
@ -19,7 +19,9 @@ let
|
|||||||
default_privs = nobody
|
default_privs = nobody
|
||||||
|
|
||||||
''
|
''
|
||||||
+ optionalString config.networking.enableIPv6 "inet_protocols = all"
|
+ optionalString config.networking.enableIPv6 ''
|
||||||
|
inet_protocols = all
|
||||||
|
''
|
||||||
+ (if cfg.networks != null then
|
+ (if cfg.networks != null then
|
||||||
''
|
''
|
||||||
mynetworks = ${concatStringsSep ", " cfg.networks}
|
mynetworks = ${concatStringsSep ", " cfg.networks}
|
||||||
|
Loading…
Reference in New Issue
Block a user