remove zramSwap.algorithm

This commit is contained in:
Sean Buckley 2020-11-13 15:49:36 -05:00
parent 25ad587986
commit 709f66c0f1

View file

@ -13,10 +13,7 @@
systemd.tmpfiles.rules = [ "e /nix/var/log - - - 30d" ];
zramSwap = {
enable = true;
algorithm = "zstd";
};
zramSwap.enable = true;
hardware = {
cpu.amd.updateMicrocode = true;