8
modules/shared/nixos/misc/zram.nix
Normal file
8
modules/shared/nixos/misc/zram.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "zstd";
|
||||
memoryPercent = 25;
|
||||
priority = 5;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user