kasei: enable btrfs scrubbing
This commit is contained in:
parent
dc947a2edc
commit
d7a6ac7c81
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./services/avahi.nix
|
||||
./services/btrfs.nix
|
||||
./services/docker.nix
|
||||
./services/libvirtd.nix
|
||||
./services/logiops.nix
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
{ ... }:
|
||||
{
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
}
|
Loading…
Reference in New Issue