7 lines
150 B
Nix
7 lines
150 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
services.btrfs.autoScrub.enable = true; # i can use not only btrfs
|
|
services.btrfs.autoScrub.interval = "weekly";
|
|
}
|