This commit is contained in:
Lennart J. Kurzweg (Nx2)
2026-01-17 15:00:14 +01:00
parent 3be3a7a80a
commit 040f988530

View File

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