btrfs scrub

This commit is contained in:
2024-06-16 16:08:15 -06:00
parent befb789e29
commit 8f14fc46ef
4 changed files with 24 additions and 16 deletions

View File

@@ -51,5 +51,8 @@
];
};
};
services.btrfs.autoScrub.fileSystems = [ "/" "/mnt/pool" ];
services.btrfs = {
enable = true;
fileSystems = [ "/" ];
};
}