nix/module/common/Swap.nix

5 lines
58 B
Nix
Raw Normal View History

{ ... }: {
zramSwap.enable = true;
swapDevices = [ ];
}