1 { config, options, lib, ... }:
10 sendmailSetuidWrapper = lib.mkOption {
11 type = lib.types.nullOr options.security.wrappers.type.nestedTypes.elemType;
15 Configuration for the sendmail setuid wapper.
25 config = lib.mkIf (config.services.mail.sendmailSetuidWrapper != null) {
27 security.wrappers.sendmail = config.services.mail.sendmailSetuidWrapper;