perf: Home-manager to module
feat: Optionise config
This commit is contained in:
8
host/Eclipse/modules/zram.nix
Normal file
8
host/Eclipse/modules/zram.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
algorithm = "lz4";
|
||||
memoryPercent = 50;
|
||||
priority = 999;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user