mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
remove zramSwap.algorithm
This commit is contained in:
parent
25ad587986
commit
709f66c0f1
1 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue