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" ]; systemd.tmpfiles.rules = [ "e /nix/var/log - - - 30d" ];
zramSwap = { zramSwap.enable = true;
enable = true;
algorithm = "zstd";
};
hardware = { hardware = {
cpu.amd.updateMicrocode = true; cpu.amd.updateMicrocode = true;