nixos/sudo-rs: Clarify security.sudo-rs.enable's description

This commit is contained in:
nicoo 2023-10-26 01:18:05 +00:00
parent 46aaa5be70
commit f5d059b1f5

View file

@ -42,7 +42,8 @@ in
};
enable = mkEnableOption (mdDoc ''
the {command}`sudo` command, which allows non-root users to execute commands as root.
a memory-safe implementation of the {command}`sudo` command,
which allows non-root users to execute commands as root.
'');
package = mkPackageOption pkgs "sudo-rs" { };