nixos/seafile: fix systemd option capitalization for RandomizedDelaySec (#363324)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user