cleaned laptop
This commit is contained in:
parent
bf3fa91538
commit
0fca28f8fd
7 changed files with 38 additions and 20 deletions
8
hosts/nixos-home/config/memory.nix
Normal file
8
hosts/nixos-home/config/memory.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ ... }:
|
||||
{
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "zstd";
|
||||
memoryPercent = 50;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue