nixos/tests/sudo: check that sudo is enabled by default
This commit is contained in:
parent
b0206f9bf9
commit
6d475b6d95
@ -21,7 +21,8 @@ in
|
||||
};
|
||||
|
||||
security.sudo = {
|
||||
enable = true;
|
||||
# Explicitly _not_ defining 'enable = true;' here, to check that sudo is enabled by default
|
||||
|
||||
wheelNeedsPassword = false;
|
||||
|
||||
extraConfig = ''
|
||||
|
Loading…
Reference in New Issue
Block a user