pindakaas: Bump zram

This commit is contained in:
Geoffrey Frogeye 2023-12-22 19:57:09 +01:00
parent 9f488511bf
commit 53304b4abd
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8

View file

@ -27,6 +27,10 @@
};
};
zramSwap.enable = true; # Not capable of building itself otherwise
zramSwap = { # Not capable of building itself otherwise
enable = true;
memoryMax = builtins.floor (4022636544 * 1.5); # Factory settings
};
}