summaryrefslogtreecommitdiffstats
path: root/common/zram.nix
blob: 7a16710a071db027d57d649ff3c8adf97b72182e (plain)
1
2
3
4
5
6
7
8
9
10
11
inputs:

{ ... }:

{
  zramSwap = {
    enable = true;
    algorithm = "zstd";
    memoryPercent = 50;
  };
}