From 8e48b24d7665e08965170cedb916b253926a3474 Mon Sep 17 00:00:00 2001 From: "Markus S. Wamser" Date: Thu, 1 Jul 2021 23:37:07 +0200 Subject: [PATCH] modules/luksroot: add note about AE to allowDiscards --- nixos/modules/system/boot/luksroot.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix index 8c82b4bcf5d..f87d3b07a36 100644 --- a/nixos/modules/system/boot/luksroot.nix +++ b/nixos/modules/system/boot/luksroot.nix @@ -621,6 +621,8 @@ in Whether to allow TRIM requests to the underlying device. This option has security implications; please read the LUKS documentation before activating it. + This option is incompatible with authenticated encryption (dm-crypt + stacked over dm-integrity). ''; };