1
0
mirror of https://github.com/tiyn/larbs.git synced 2025-04-01 15:07:45 +02:00

larbs: enable resolvconf correctly

This commit is contained in:
tiyn 2025-02-20 12:45:31 +01:00
parent 69ba1863ac
commit 7da8ca31b4

View File

@ -202,6 +202,9 @@ rm -f "/home/$name/README.md" "/home/$name/LICENSE" "/home/$name/.gitignore" "/h
# Make pipewire work
systemctl --user --now enable pipewire pipewire-pulse
# Enable resolvconf
systemctl --user --now enable systemd-resolved.service
# Most important command! Get rid of the beep!
rmmod pcspkr
echo "blacklist pcspkr" > /etc/modprobe.d/nobeep.conf