curacao: Scrub scrub scrub

This commit is contained in:
Geoffrey Frogeye 2024-03-26 18:28:21 +01:00
parent 25c00be8fd
commit 4358f717d0
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -188,4 +188,9 @@ in
};
};
};
services.btrfs.autoScrub = {
enable = true;
fileSystems = [ "/mnt/razmo" "/mnt/rapido" ];
# TODO Should be generable from disko config, right?
};
}