mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
lenny: increase zram
This commit is contained in:
parent
a695f66a52
commit
4c4f5a015c
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
||||||
horizon.enable = true;
|
horizon.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zramSwap.memoryPercent = 100;
|
||||||
|
|
||||||
swapDevices = [{
|
swapDevices = [{
|
||||||
device = "/dev/disk/by-partuuid/e54894a7-f322-482c-b8f2-8e706f02f316";
|
device = "/dev/disk/by-partuuid/e54894a7-f322-482c-b8f2-8e706f02f316";
|
||||||
randomEncryption.enable = true;
|
randomEncryption.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue