Hide sendmailSetuidWrapper

Changed files
+2 -2
nixos
modules
services
mail
+2 -2
nixos/modules/services/mail/mail.nix
···
sendmailSetuidWrapper = mkOption {
default = null;
+
internal = true;
description = ''
-
Configuration for the sendmail setuid wrwapper (like an element of
-
security.setuidOwners)";
+
Configuration for the sendmail setuid wapper.
'';
};