···664664 # - There are only HDDs and we would set the system in a degraded state
665665 serviceConfig.ExecStart = ''${pkgs.runtimeShell} -c 'for pool in $(zpool list -H -o name); do zpool trim $pool; done || true' '';
666666 };
667667+668668+ systemd.timers.zpool-trim.timerConfig.Persistent = "yes";
667669 })
668670 ];
669671}