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

This commit is contained in:
nicoo
2023-11-06 12:39:04 +01:00
committed by Jörg Thalheim
parent f9ef870ccf
commit 89fd59c12a
@@ -55,4 +55,5 @@ in
};
security.sudo.wheelNeedsPassword = false;
security.sudo-rs.wheelNeedsPassword = false;
}