Files
nixos-config/nixos/modules/memory.nix
T
2026-03-24 13:00:41 +03:00

7 lines
150 B
Nix

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