nixos-demo/os/swap.nix

8 lines
53 B
Nix
Raw Normal View History

2025-07-12 00:28:21 +02:00
{ ... }:
{
zramSwap = {
enable = true;
};
}