btrfs autoscrub on server

This commit is contained in:
twoneis 2025-03-03 14:34:00 +01:00
parent d5dfdf8e71
commit 444a4cb511

View file

@ -23,4 +23,11 @@
}; };
}; };
}; };
services = {
btrfs.autoScrub = {
enable = true;
fileSystems = ["/"];
};
};
} }