Enable zram

This commit is contained in:
Jakob Lechner 2024-05-24 14:31:31 +02:00
parent 1841031fbc
commit 5ec90e37eb

View file

@ -8,6 +8,13 @@
hostName = "copper";
};
zramSwap = {
enable = true;
algorithm = "zstd";
memoryPercent = 60;
priority = 1;
};
jalr = {
bootloader = "systemd-boot";
bluetooth.enable = true;