Superuser bypass #2

Open
wymiller wants to merge 4 commits from macos-superuser-bypass-refactor into master
4 changed files with 61 additions and 53 deletions
Showing only changes of commit 93052529b8 - Show all commits

View File

@@ -5,7 +5,7 @@
}: }:
with lib; { with lib; {
options = { options = {
security.sudo = { security.sudoers = {
needsPassword = mkOption { needsPassword = mkOption {
type = types.bool; type = types.bool;
default = true; default = true;