Author: egorochkin
Date: Thu Nov 10 16:39:04 2011
New Revision: 30371
URL: https://nixos.org/websvn/nix/?rev=30371&sc=1

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

Modified:
   nixos/trunk/modules/config/swap.nix

Modified: nixos/trunk/modules/config/swap.nix
==============================================================================
--- nixos/trunk/modules/config/swap.nix Thu Nov 10 16:37:31 2011        (r30370)
+++ nixos/trunk/modules/config/swap.nix Thu Nov 10 16:39:04 2011        (r30371)
@@ -45,16 +45,6 @@
             '';
           };
 
-          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 = {
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to