mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Hide sendmailSetuidWrapper
This commit is contained in:
parent
dd6b998760
commit
fca9b335ae
1 changed files with 2 additions and 2 deletions
|
@ -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