niksos/hosts/common/core/disk.nix

13 lines
217 B
Nix
Raw Normal View History

2024-07-16 00:26:09 +02:00
{
2024-06-12 20:39:46 +02:00
services = {
btrfs.autoScrub = {
enable = true;
interval = "weekly";
};
fstrim = {
enable = true;
interval = "weekly";
};
};
}