diff --git a/README.md b/README.md index 84eb2a8..17a4285 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ set -eux useradd -m ${ALMA_USER} passwd ${ALMA_USER} usermod -G wheel -a ${ALMA_USER} +echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel """ environment_variables = ["ALMA_USER"] ``` diff --git a/presets/user.toml b/presets/user.toml index 5e26c22..c53f992 100644 --- a/presets/user.toml +++ b/presets/user.toml @@ -5,6 +5,6 @@ set -eux useradd -m ${ALMA_USER} passwd ${ALMA_USER} usermod -G users,lp,video,network,storage,wheel,audio -a ${ALMA_USER} -echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/99_wheel +echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/wheel """ environment_variables = ["ALMA_USER"]