From 55a22804c50b3b9ad49589fab1de861f428df4c7 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Mon, 27 Oct 2025 13:43:14 +0100 Subject: [PATCH] disable health remonder --- system-modules/health_reminder.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";