Hide sendmailSetuidWrapper

This commit is contained in:
Eelco Dolstra 2016-03-25 16:08:20 +01:00
parent dd6b998760
commit fca9b335ae

View File

@ -12,9 +12,9 @@ with lib;
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.
'';
};