12 lines
217 B
Nix
12 lines
217 B
Nix
{
|
|
services = {
|
|
btrfs.autoScrub = {
|
|
enable = true;
|
|
interval = "weekly";
|
|
};
|
|
fstrim = {
|
|
enable = true;
|
|
interval = "weekly";
|
|
};
|
|
};
|
|
}
|