gerd: increase zramswap
This commit is contained in:
parent
878c83a8eb
commit
80ef4fabc8
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@
|
||||||
./gerd/services/matrix-synapse.nix
|
./gerd/services/matrix-synapse.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
zramSwap = {
|
||||||
|
enable = true;
|
||||||
|
memoryPercent = 75;
|
||||||
|
algorithm = "lz4";
|
||||||
|
};
|
||||||
|
|
||||||
networking.hostName = "gerd";
|
networking.hostName = "gerd";
|
||||||
networking.hostId = "e1166ac9";
|
networking.hostId = "e1166ac9";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue