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;
}