Enable zram on aluminium

This commit is contained in:
Jakob Lechner 2023-02-17 18:18:51 +00:00
parent 8dbc3b1c12
commit b4c2b9135c
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -101,6 +101,14 @@
};
};
zramSwap = {
enable = true;
algorithm = "zstd";
memoryPercent = 60;
numDevices = 1;
priority = 1;
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave