mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-25 07:08:38 +01:00
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:
parent
16da2fd144
commit
6ff271d4e2
@ -104,7 +104,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
zramSwap = {
|
||||
zramSwap = mkIf (!phone) {
|
||||
enable = true;
|
||||
memoryPercent = 100;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user