forked from mirrors/nixpkgs
Hide sendmailSetuidWrapper
This commit is contained in:
parent
dd6b998760
commit
fca9b335ae
|
@ -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.
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue