nixos-demo/os/swap.nix
2025-07-12 23:16:15 +02:00

8 lines
53 B
Nix

{ ... }:
{
zramSwap = {
enable = true;
};
}