nixos/zram-generator: drop outdated comments

This commit is contained in:
Nick Cao 2023-08-24 08:47:19 +08:00
parent 0814089e05
commit e2689c1c98
No known key found for this signature in database

View File

@ -30,10 +30,6 @@ in
(isModule "ZRAM")
];
# Disabling this for the moment, as it would create and mkswap devices twice,
# once in stage 2 boot, and again when the zram-reloader service starts.
# boot.kernelModules = [ "zram" ];
systemd.packages = [ cfg.package ];
systemd.services."systemd-zram-setup@".path = [ pkgs.util-linux ]; # for mkswap