feat(systems/optional): specify scrubbing on btrfs systems

This commit is contained in:
madmin 2024-08-07 12:16:34 +02:00
parent 8cee6c464c
commit 5528f9107c
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
services.btrfs.autoScrub = {
enable = true;
interval = "monthly";
fileSystems = = [ "/" ];
};
}