Torjus Håkestad b9102b5a44
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m22s
Periodic flake update / flake-update (push) Successful in 2m4s
Add zram for nix-cache
2025-05-27 21:28:09 +02:00

7 lines
52 B
Nix

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