Remove swap cipher option because it isn't implemented and is misleading new users

svn path=/nixos/trunk/; revision=30371
This commit is contained in:
Evgeny Egorochkin 2011-11-10 16:39:04 +00:00
parent 698a02ee43
commit c1d7c0d6bd

View File

@ -45,16 +45,6 @@ with pkgs.lib;
'';
};
cipher = mkOption {
default = false;
example = true;
type = types.bool;
description = ''
Encrypt the swap device to protect swapped data. This option
does not work with labels.
'';
};
};
config = {