feat: setup zram for servers.

This commit is contained in:
CronyAkatsuki 2026-03-13 08:13:40 +01:00
parent 90a98c8993
commit f08b6878fb

View file

@ -1,4 +1,12 @@
{
# Setup ntp
services.timesyncd.enable = true;
# Setup zram
zramSwap = {
enable = true;
algorithm = "zstd";
memoryPercent = 100;
priority = 100;
};
}