minecraft mod overhaul + explicitly set zfs snapshot timers
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user