about summary refs log tree commit diff
diff options
context:
space:
mode:
authornicoo <nicoo@mur.at>2023-10-25 23:39:24 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-11-26 18:58:01 +0000
commit39608712fb05d607f36ce0f19997b3c3e4ebc319 (patch)
tree881f6569cde10d0741c48bffdb463571ff7d6ab4
parent229f862936feb16334c2ea1855ccee39a4a8b7b9 (diff)
nixos/tests/sudo-rs: cleanup
(cherry picked from commit 211c4b0545309a8a95a4026dca49793a61b0719e)
-rw-r--r--nixos/tests/sudo-rs.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/sudo-rs.nix b/nixos/tests/sudo-rs.nix
index 59a9280d862ad..753e00686e956 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;