lol

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

authored by

nicoo and committed by
Jörg Thalheim
89fd59c1 f9ef870c

+1
+1
nixos/modules/virtualisation/vagrant-guest.nix
··· 55 55 }; 56 56 57 57 security.sudo.wheelNeedsPassword = false; 58 + security.sudo-rs.wheelNeedsPassword = false; 58 59 }