nixos/tests/sudo: check that sudo is enabled by default

This commit is contained in:
Yureka 2023-11-10 03:32:26 +01:00
parent b0206f9bf9
commit 6d475b6d95

View File

@ -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 = ''