mirror of
https://gitlab.com/simple-nixos-mailserver/nixos-mailserver.git
synced 2024-11-11 19:39:16 +05:00
5 lines
114 B
Nix
5 lines
114 B
Nix
|
{ config, lib, ... }:
|
||
|
{
|
||
|
mailserver.policydSPFExtraConfig = lib.mkIf config.mailserver.debug "debugLevel = 4";
|
||
|
}
|