nixos/seafile: fix systemd option capitalization for RandomizedDelaySec (#363324)

This commit is contained in:
Melvyn
2024-12-08 15:50:45 -05:00
committed by GitHub
parent 338de35f63
commit e857cfa8a1
@@ -535,7 +535,7 @@ in
systemd.timers.seaf-gc = lib.mkIf cfg.gc.enable {
timerConfig = {
randomizedDelaySec = cfg.gc.randomizedDelaySec;
RandomizedDelaySec = cfg.gc.randomizedDelaySec;
Persistent = cfg.gc.persistent;
};
};