pindakaas: Bump zram
This commit is contained in:
parent
9f488511bf
commit
53304b4abd
|
@ -27,6 +27,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
zramSwap.enable = true; # Not capable of building itself otherwise
|
||||
zramSwap = { # Not capable of building itself otherwise
|
||||
enable = true;
|
||||
memoryMax = builtins.floor (4022636544 * 1.5); # Factory settings
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue