nixos/zram-generator: drop outdated comments
This commit is contained in:
parent
0814089e05
commit
e2689c1c98
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue