mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 18:51:22 +02: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;
|
enable = true;
|
||||||
memoryPercent = 100;
|
memoryPercent = 100;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user