lol

nixos/mail: reuse security.wrappers type

rnhmjoj 41a49857 27dcb04c

+2 -1
+2 -1
nixos/modules/services/mail/mail.nix
··· 1 - { config, lib, ... }: 1 + { config, options, lib, ... }: 2 2 3 3 with lib; 4 4 ··· 11 11 services.mail = { 12 12 13 13 sendmailSetuidWrapper = mkOption { 14 + type = types.nullOr options.security.wrappers.type.nestedTypes.elemType; 14 15 default = null; 15 16 internal = true; 16 17 description = ''