linux: enable zram writeback
Zram needs CONFIG_ZRAM_WRITEBACK in order for writeback configuration to work. Since there is even a NixOS option (zramSwap.writebackDevice) for configuring writeback, it should be enabled.
This commit is contained in:
parent
027f36d89f
commit
b7ac30197b
@ -679,10 +679,11 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
zram = {
|
zram = {
|
||||||
ZRAM = module;
|
ZRAM = module;
|
||||||
ZSWAP = option yes;
|
ZRAM_WRITEBACK = option yes;
|
||||||
ZBUD = option yes;
|
ZSWAP = option yes;
|
||||||
ZSMALLOC = module;
|
ZBUD = option yes;
|
||||||
|
ZSMALLOC = module;
|
||||||
};
|
};
|
||||||
|
|
||||||
brcmfmac = {
|
brcmfmac = {
|
||||||
|
Loading…
Reference in New Issue
Block a user