nixos/mail: reuse security.wrappers type

rnhmjoj 41a49857 27dcb04c

Changed files
+2 -1
nixos
modules
services
mail
+2 -1
nixos/modules/services/mail/mail.nix
···
-
{ config, lib, ... }:
+
{ config, options, lib, ... }:
with lib;
···
services.mail = {
sendmailSetuidWrapper = mkOption {
+
type = types.nullOr options.security.wrappers.type.nestedTypes.elemType;
default = null;
internal = true;
description = ''