mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-12-27 07:26:22 +01:00
5 lines
114 B
Nix
5 lines
114 B
Nix
|
{ config, lib, ... }:
|
||
|
{
|
||
|
mailserver.policydSPFExtraConfig = lib.mkIf config.mailserver.debug "debugLevel = 4";
|
||
|
}
|