Commit f5d059b1 authored by nicoo's avatar nicoo
Browse files

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

parent 46aaa5be
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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" { };