pasue lec

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2025-11-18 15:58:17 +01:00
parent 3418cfd8f3
commit aa62213ef6

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }@all: with all; { pkgs, ... }@all: with all;
{ {
systemd.timers."nx_cal_lec" = { systemd.timers."nx_cal_lec" = {
enable = true; enable = false;
wantedBy = [ "timers.target" ]; wantedBy = [ "timers.target" ];
timerConfig = { timerConfig = {
OnBootSec = "40m"; OnBootSec = "40m";