feat: enable zramSwap for all systems

Signed-off-by: Chinmay D. Pai <chinmay.pai@zerodha.com>
This commit is contained in:
Chinmay D. Pai 2023-11-28 21:29:02 +05:30
parent 0e2abbd17b
commit 0f0dc24de0
Signed by: thunderbottom
GPG Key ID: 75507BE256F40CED

View File

@ -83,4 +83,6 @@
# Required for containers with `--restart=always` # Required for containers with `--restart=always`
enableOnBoot = true; enableOnBoot = true;
}; };
zramSwap.enable = true;
} }