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