diff --git a/modules/config/swap.nix b/modules/config/swap.nix index 1e373382917a..550cd4755af7 100644 --- a/modules/config/swap.nix +++ b/modules/config/swap.nix @@ -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 = {