kasei: enable btrfs scrubbing

This commit is contained in:
Oystein Kristoffer Tveit 2024-08-24 01:45:35 +02:00
parent dc947a2edc
commit d7a6ac7c81
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
{
imports = [
./services/avahi.nix
./services/btrfs.nix
./services/docker.nix
./services/libvirtd.nix
./services/logiops.nix

View File

@ -0,0 +1,4 @@
{ ... }:
{
services.btrfs.autoScrub.enable = true;
}