11 lines
152 B
Nix
11 lines
152 B
Nix
{...}: {
|
|
services.btrfs.autoScrub = {
|
|
enable = true;
|
|
interval = "Fri 07:00";
|
|
fileSystems = [
|
|
"/persist"
|
|
"/nix"
|
|
];
|
|
};
|
|
}
|
|
|