diff --git a/nixos/tests/sudo-rs.nix b/nixos/tests/sudo-rs.nix index 59a9280d862a..753e00686e95 100644 --- a/nixos/tests/sudo-rs.nix +++ b/nixos/tests/sudo-rs.nix @@ -24,7 +24,6 @@ in security.sudo-rs = { enable = true; - package = pkgs.sudo-rs; wheelNeedsPassword = false; extraRules = [ @@ -55,7 +54,6 @@ in }; security.sudo-rs = { - package = pkgs.sudo-rs; enable = true; wheelNeedsPassword = false; execWheelOnly = true;