Compare commits

..

No commits in common. "20d9e213e2633e2fc41407955fad658fb4269bd5" and "6333883dc3cd32de4b71d507f513991f3d66866a" have entirely different histories.

3 changed files with 6 additions and 15 deletions

View File

@ -11,8 +11,12 @@
# AD/DNSSEC in case there is a localhost DNS server that validates it # AD/DNSSEC in case there is a localhost DNS server that validates it
options edns0 single-request-reopen trust-ad options edns0 single-request-reopen trust-ad
# Disable search domains by looking for . # I am not entirely sure local is valid to use here. And this has a bad
search . # 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
# note and remember missing DNSSEC # note and remember missing DNSSEC
# use.opendns.com http://208.69.38.205/ # use.opendns.com http://208.69.38.205/

View File

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

View File

@ -1,9 +0,0 @@
# 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