feat(btrfs): Enable autoScrub

This commit is contained in:
Tristan Daniël Maat 2025-08-18 07:35:43 +08:00
parent 209c803826
commit da08415fa9
Signed by: tlater
GPG key ID: 49670FD774E43268

View file

@ -98,6 +98,8 @@
};
services = {
btrfs.autoScrub.enable = true;
openssh = {
enable = true;
ports = [ 2222 ];