phone: Enable 100% zram

Shouldn't break anything. This is mostly a safeguard to ensure that
systemd didn't SIGSEGV and freeze last time due to memory concerns.
This commit is contained in:
Donovan Glover 2024-06-23 09:45:09 -04:00
parent b2556260df
commit 83740051ea
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -105,7 +105,7 @@ in
};
};
zramSwap = mkIf (!phone) {
zramSwap = {
enable = true;
memoryPercent = 100;
};