8 lines
134 B
Nix
8 lines
134 B
Nix
{lib, ...}: {
|
|
services.btrfs.autoScrub = {
|
|
enable = true;
|
|
interval = "weekly";
|
|
fileSystems = lb.mkDefault ["/"];
|
|
};
|
|
}
|