0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/vagrant-guest: Set security.sudo-rs.wheelNeedsPassword too

This commit is contained in:
nicoo 2023-10-22 19:30:24 +00:00 committed by Jörg Thalheim
parent f9ef870ccf
commit 89fd59c12a

View file

@ -55,4 +55,5 @@ in
};
security.sudo.wheelNeedsPassword = false;
security.sudo-rs.wheelNeedsPassword = false;
}