system: Disable zram on phone for now

Testing whether or not SIGSEGVs are reduced as a result of disabling
zram.
This commit is contained in:
Donovan Glover 2024-06-19 02:01:48 -04:00
parent 16da2fd144
commit 6ff271d4e2
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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