nixos/tests/sudo: check that sudo is enabled by default
This commit is contained in:
parent
b0206f9bf9
commit
6d475b6d95
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue