lol

nixos/zram-generator: drop outdated comments

Nick Cao e2689c1c 0814089e

-4
-4
nixos/modules/services/system/zram-generator.nix
··· 30 30 (isModule "ZRAM") 31 31 ]; 32 32 33 - # Disabling this for the moment, as it would create and mkswap devices twice, 34 - # once in stage 2 boot, and again when the zram-reloader service starts. 35 - # boot.kernelModules = [ "zram" ]; 36 - 37 33 systemd.packages = [ cfg.package ]; 38 34 systemd.services."systemd-zram-setup@".path = [ pkgs.util-linux ]; # for mkswap 39 35