remove zram on vpsfree as not supported

This commit is contained in:
Cyryl Płotnicki 2022-11-26 21:12:46 +00:00
parent fcdf1b0fb2
commit d247beb91e

View file

@ -26,12 +26,5 @@
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
time.timeZone = "Europe/London";
zramSwap = {
enable = true;
algorithm = "zstd";
memoryPercent = 50;
};
nix.buildCores = 7;
}