From aa62213ef6fb263e7a98f83f0e96a7999cc369e5 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 18 Nov 2025 15:58:17 +0100 Subject: [PATCH] pasue lec --- system-modules/calendar/lec.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-modules/calendar/lec.nix b/system-modules/calendar/lec.nix index b00c8fc..7db416a 100644 --- a/system-modules/calendar/lec.nix +++ b/system-modules/calendar/lec.nix @@ -1,7 +1,7 @@ { pkgs, ... }@all: with all; { systemd.timers."nx_cal_lec" = { - enable = true; + enable = false; wantedBy = [ "timers.target" ]; timerConfig = { OnBootSec = "40m";