diff --git a/modules/core/boot.nix b/modules/core/boot.nix index 23d3f316..58057285 100644 --- a/modules/core/boot.nix +++ b/modules/core/boot.nix @@ -17,7 +17,6 @@ in { boot = { # Mount / luks device in initrd # Allow fstrim to work on it. - # The ! makes this enabled by default initrd = mkIf cfg.disk-encryption-active { luks.devices."cryptroot" = { allowDiscards = true;