changed dns update from 6h to 30m

This commit is contained in:
Danilo Reyes 2023-10-16 17:27:15 -06:00
parent 87b9cdadb3
commit 4bcb5374a6

View File

@ -248,7 +248,7 @@ in {
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig = { timerConfig = {
OnBootSec = "1min"; OnBootSec = "1min";
OnUnitActiveSec = "6h"; OnUnitActiveSec = "30m";
}; };
}; };
}; };