disable health remonder
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
lib.mkIf (hyper.host != "NxACE")
|
lib.mkIf (hyper.host != "NxACE")
|
||||||
{
|
{
|
||||||
systemd.timers."health_reminder" = {
|
systemd.timers."health_reminder" = {
|
||||||
enable = true;
|
enable = false;
|
||||||
wantedBy = [ "timers.target" ];
|
wantedBy = [ "timers.target" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
OnBootSec = "30m";
|
OnBootSec = "30m";
|
||||||
|
|||||||
Reference in New Issue
Block a user