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

@@ -101,7 +101,10 @@
};
};
services = {
btrfs.autoScrub.fileSystems = [ "/" ];
btrfs.autoScrub = {
enable = true;
fileSystems = [ "/" ];
};
# minidlna = {
# enable = true;
# openFirewall = true;