nixos/mail: reuse security.wrappers type

main
rnhmjoj 3 years ago
parent 27dcb04cde
commit 41a498578e
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450
  1. 3
      nixos/modules/services/mail/mail.nix

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ config, options, lib, ... }:
with lib;
@ -11,6 +11,7 @@ with lib;
services.mail = {
sendmailSetuidWrapper = mkOption {
type = types.nullOr options.security.wrappers.type.nestedTypes.elemType;
default = null;
internal = true;
description = ''

Loading…
Cancel
Save