Files
nixos-config/nixos/modules/memory.nix
T
2026-01-28 00:39:46 +03:00

8 lines
151 B
Nix

{ config, pkgs, lib, ... }:
{
# zramSwap.enable = true;
services.btrfs.autoScrub.enable = true;
services.btrfs.autoScrub.interval = "weekly";
}