mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-10 07:58:30 +01:00
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:
parent
b2556260df
commit
83740051ea
@ -105,7 +105,7 @@ in
|
||||
};
|
||||
};
|
||||
|
||||
zramSwap = mkIf (!phone) {
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
memoryPercent = 100;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user