diff --git a/system-modules/health_reminder.nix b/system-modules/health_reminder.nix index a91228f..123d653 100644 --- a/system-modules/health_reminder.nix +++ b/system-modules/health_reminder.nix @@ -2,7 +2,7 @@ lib.mkIf (hyper.host != "NxACE") { systemd.timers."health_reminder" = { - enable = true; + enable = false; wantedBy = [ "timers.target" ]; timerConfig = { OnBootSec = "30m";