temp: disable wheel needs pwd

This commit is contained in:
notohh 2023-04-26 19:28:08 -04:00
parent 615ce16a62
commit f9181b9857
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -47,4 +47,5 @@
acceptTerms = true; acceptTerms = true;
defaults.email = "github@notohh.dev"; defaults.email = "github@notohh.dev";
}; };
security.sudo.wheelNeedsPassword = false;
} }