update dns

This commit is contained in:
Henry Hiles 2026-04-08 12:39:44 -04:00
commit 0439ef6b9e
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
3 changed files with 21 additions and 17 deletions

View file

@ -1,10 +1,10 @@
{
systemd.timers.reboot = {
wantedBy = [ "timers.target" ];
timerConfig = {
OnCalendar = "*-*-* 02:00:00";
Persistent = true;
Unit = "reboot.target";
};
};
# systemd.timers.reboot = {
# wantedBy = [ "timers.target" ];
# timerConfig = {
# OnCalendar = "*-*-* 02:00:00";
# Persistent = true;
# Unit = "reboot.target";
# };
# };
}