Compare commits

...

3 Commits

3 changed files with 15 additions and 6 deletions

View File

@ -11,12 +11,8 @@
# AD/DNSSEC in case there is a localhost DNS server that validates it
options edns0 single-request-reopen trust-ad
# I am not entirely sure local is valid to use here. And this has a bad
# habit of flooding nameserver with names I don't want it to know about
# and in some cases there are _fun_ A/AAA responses to nonexistant domains.
# !!! The systemd-resolved file to avoid search domains is
# /usr/lib/systemd/resolv.conf
#search mikaela.internal local mikaela.info
# Disable search domains by looking for .
search .
# note and remember missing DNSSEC
# use.opendns.com http://208.69.38.205/

4
var/spool/cron/README.md Normal file
View File

@ -0,0 +1,4 @@
# User crontabs
Don't edit these directly, use `crontab -e` instead! And also consider
making a systemd service instead!

9
var/spool/cron/root Normal file
View File

@ -0,0 +1,9 @@
# 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
# vim: filetype=crontab