Skip to content

Commit

Permalink
nixos/seafile: fix systemd option capitalization for RandomizedDelayS…
Browse files Browse the repository at this point in the history
…ec (#363324)

(cherry picked from commit e857cfa)
  • Loading branch information
melvyn2 authored and github-actions[bot] committed Dec 8, 2024
1 parent 05184c1 commit 2973c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/seafile.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};
Expand Down

0 comments on commit 2973c9e

Please sign in to comment.