From a407fc1582a285ac862acdadf5bb99c7a76222f6 Mon Sep 17 00:00:00 2001 From: teutat3s Date: Mon, 4 Dec 2023 12:38:13 +0100 Subject: [PATCH] fix: comment --- modules/core/boot.nix | 1 - 1 file changed, 1 deletion(-) 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;