fixup! [General] use zram instead of zswap

This commit is contained in:
Antoine Viallon 2025-12-16 03:53:33 +01:00
parent 346253a25c
commit ec4198ba16
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -4,7 +4,7 @@ let
cfg = config.aviallon.general;
desktopCfg = config.aviallon.desktop;
cmdline = config.aviallon.boot.cmdline;
zswapEnabled = if cmdline ? "zswap.enabled" then cmdline."zswap.enabled" == "Y" else false
zswapEnabled = if cmdline ? "zswap.enabled" then cmdline."zswap.enabled" == "Y" else false;
in
{
imports = [