diff --git a/mkosi.extra/usr/lib/systemd/zram-generator.conf.d/00-kde-linux-default.conf b/mkosi.extra/usr/lib/systemd/zram-generator.conf.d/00-kde-linux-default.conf index 3369548..21af208 100644 --- a/mkosi.extra/usr/lib/systemd/zram-generator.conf.d/00-kde-linux-default.conf +++ b/mkosi.extra/usr/lib/systemd/zram-generator.conf.d/00-kde-linux-default.conf @@ -8,4 +8,4 @@ zram-size = ram * 2 # lz4 has the best performance, at the cost of worse compression compared to # zstd, but we mitigate this problem with a large zram size, but fall back # to zstd for any huge pages that lz4 couldn't compress -compression-algorithm = lz4 zstd (type=huge) +compression-algorithm = lz4 zstd(type=huge)