nix/module/common/Swap.nix
2024-03-04 03:04:57 +03:00

5 lines
58 B
Nix

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