ee3d38a157
The line type of this option make its concatenation cleaner: the user doesn't have to manually add `\n` to its policydSPFExtraConfig value when debug in set.
4 lines
114 B
Nix
4 lines
114 B
Nix
{ config, lib, ... }:
|
|
{
|
|
mailserver.policydSPFExtraConfig = lib.mkIf config.mailserver.debug "debugLevel = 4";
|
|
}
|