niksos/hosts/common/core/disk.nix

13 lines
220 B
Nix
Raw Normal View History

2024-09-01 22:51:32 +02:00
_: {
2024-06-12 20:39:46 +02:00
services = {
btrfs.autoScrub = {
enable = true;
interval = "weekly";
};
fstrim = {
enable = true;
interval = "weekly";
};
};
}