mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
14 lines
631 B
Plaintext
14 lines
631 B
Plaintext
# 3rd party Xbox controller initialization. See Mikaela/gist/gayming/
|
|
@reboot /root/fixcontroller.py
|
|
|
|
# BTRFS deduplication (on Lumina at least)
|
|
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/home.hash /home
|
|
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/flatpak.hash /var/lib/flatpak
|
|
@reboot /usr/sbin/duperemove -rdhq --hashfile=/root/snap.hash /var/lib/snapd
|
|
|
|
# Another attempt at ensuring Yggdrasil works with nordvpnd
|
|
@reboot /usr/bin/sleep 300 && /usr/sbin/sysctl net.ipv6.conf.all.disable_ipv6=0
|
|
@reboot /usr/bin/sleep 315 && /usr/bin/systemctl systemctl restart yggdrasil.service --quiet
|
|
|
|
# vim: filetype=crontab
|