8 lines
151 B
Nix
8 lines
151 B
Nix
{ config, pkgs, lib, ... }:
|
|
|
|
{
|
|
# zramSwap.enable = true;
|
|
services.btrfs.autoScrub.enable = true;
|
|
services.btrfs.autoScrub.interval = "weekly";
|
|
}
|