nix-config/sh/install/021-sudo

10 lines
183 B
Plaintext
Raw Normal View History

2018-08-31 21:35:09 +02:00
#!/bin/sh
#
# Give the wheel group permission to use the sudo and su commands.
#
# https://wiki.archlinux.org/index.php/Sudo
set -xe
echo "%wheel ALL=(ALL) ALL" >> /mnt/etc/sudoers