diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 11:20:50 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 11:20:50 +0300 |
| commit | b1e6c3bff6c3d71a95b2261a077b22f90b166799 (patch) | |
| tree | ba50e4f88fd3cfebd28350c4cb53d9299ffb5684 | |
| parent | e435673af841e98005ce40390fdef2404cb59226 (diff) | |
Enable zfs trim
| -rw-r--r-- | roles/host/templates/etc_periodic.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/host/templates/etc_periodic.conf.j2 b/roles/host/templates/etc_periodic.conf.j2 index 9533da9..0f29ce1 100644 --- a/roles/host/templates/etc_periodic.conf.j2 +++ b/roles/host/templates/etc_periodic.conf.j2 @@ -2,4 +2,5 @@ daily_status_smart_enable="YES" daily_status_security_inline="YES" daily_status_zfs_enable="YES" daily_scrub_zfs_enable="YES" +daily_trim_zfs_enable="YES" weekly_certbot_enable="YES" |
