mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-18 04:17:21 +02:00
Compare commits
3 Commits
6333883dc3
...
20d9e213e2
Author | SHA1 | Date | |
---|---|---|---|
20d9e213e2 | |||
7ea097c6fe | |||
203934b7ed |
@ -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
4
var/spool/cron/README.md
Normal 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
9
var/spool/cron/root
Normal 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
|
Loading…
x
Reference in New Issue
Block a user