Files
nixos-config/nixos/modules/memory.nix
T

8 lines
178 B
Nix

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