ZSwap/ZRam
This commit is contained in:
parent
8e04335e92
commit
7ce4f8e15f
4 changed files with 23 additions and 1 deletions
|
|
@ -29,6 +29,15 @@
|
|||
unstable-pkgs.mcpelauncher-ui-qt
|
||||
];
|
||||
|
||||
boot = {
|
||||
kernelParams = [
|
||||
"zswap.enabled=1"
|
||||
"zswap.compressor=lzo"
|
||||
"zswap.zpool=zsmalloc"
|
||||
"zswap.max_pool_percent=50"
|
||||
];
|
||||
};
|
||||
|
||||
services.zerotierone = {
|
||||
enable = true;
|
||||
joinNetworks = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue