config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

commit b17a434ecb17000143fabc727357df555805ea71
parent 261d56d343386e520a752281a671028e708960bc
Author: Sebastiano Tronto <sebastiano@tronto.net>
Date:   Thu, 18 Jun 2026 18:37:36 +0200

mount umount no psw

Diffstat:
Mscripts/setup-config-alpine | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/setup-config-alpine b/scripts/setup-config-alpine @@ -62,7 +62,7 @@ doas mv "$tmp_xorg_file" /etc/X11/xorg.conf.d/40-libinput.conf tmp_doas_file=$(mktemp) cp /etc/doas.d/20-wheel.conf "$tmp_doas_file" -for c in poweroff reboot ip udhcpc; do +for c in poweroff reboot ip udhcpc mount umount; do printf 'permit nopass :wheel as root cmd %s\n' "$c" >> "$tmp_doas_file" done doas cp "$tmp_doas_file" /etc/doas.d/20-wheel.conf