minecraft mod overhaul + explicitly set zfs snapshot timers

This commit is contained in:
2024-10-12 22:45:50 -04:00
parent 0f7f9e77dc
commit 06b39879b6
3 changed files with 60 additions and 33 deletions

View File

@@ -152,7 +152,15 @@
services.zfs = {
autoScrub.enable = true;
autoSnapshot.enable = true;
trim.enable = true;
autoSnapshot = {
enable = true;
frequent = 4; # 15-minutes
hourly = 24;
daily = 7;
weekly = 4;
monthly = 12;
};
};
systemd.services.no-rgb =