hotfix (options): delete zram option
This commit is contained in:
parent
b1fc29cf4f
commit
18e2fbf5a1
2 changed files with 4 additions and 23 deletions
|
|
@ -16,5 +16,8 @@
|
|||
};
|
||||
};
|
||||
|
||||
device.zram.enable = false;
|
||||
zramSwap = {
|
||||
enable = true;
|
||||
memoryPercent = 100;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue