forked from mirrors/nixpkgs
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:
parent
698a02ee43
commit
c1d7c0d6bd
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue