lol

Merge pull request #229138 from exzombie/fix/fstrim-interval

nixos/fstrim: fix overriding the timer interval

authored by

Nick Cao and committed by
GitHub
cb6c1de0 86634817

+1 -1
+1 -1
nixos/modules/services/misc/fstrim.nix
··· 34 34 35 35 systemd.timers.fstrim = { 36 36 timerConfig = { 37 - OnCalendar = cfg.interval; 37 + OnCalendar = [ "" cfg.interval ]; 38 38 }; 39 39 wantedBy = [ "timers.target" ]; 40 40 };