pindakaas: Fix zram swap size
This commit is contained in:
parent
73bdb5e567
commit
82caafaceb
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
zramSwap = { # Not capable of building itself otherwise
|
zramSwap = { # Not capable of building itself otherwise
|
||||||
enable = true;
|
enable = true;
|
||||||
memoryMax = builtins.floor (4022636544 * 1.5); # Factory settings
|
memoryPercent = 150; # Factory settings
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fixes black font on Alacritty
|
# Fixes black font on Alacritty
|
||||||
|
|
Loading…
Reference in a new issue