From 040f988530a2d929ba261ce11f093497bba7d0ec Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Sat, 17 Jan 2026 15:00:14 +0100 Subject: [PATCH] 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 7db416a..b00c8fc 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 = false; + enable = true; wantedBy = [ "timers.target" ]; timerConfig = { OnBootSec = "40m";