In short: add the kernel modules and update GRUB as usual, then install sysfsutils and add the following line at the end of `/etc/sysfs.conf`:
module/zswap/parameters/compressor = lz4 # For zstd: #module/zswap/parameters/compressor = zstd
In short: add the kernel modules and update GRUB as usual, then install sysfsutils and add the following line at the end of `/etc/sysfs.conf`:
Perhaps some kernel change between Linux 6.8 and 6.12 caused the old approach to no longer work.