From 9196d417f16c30b738e19c3089a31b1d5edb14c3 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 25 Jul 2023 18:55:23 -0400 Subject: hosts/glados: allowDiscards for luks --- hosts/glados/hardware-configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/glados/hardware-configuration.nix b/hosts/glados/hardware-configuration.nix index ba90d41..21afbab 100644 --- a/hosts/glados/hardware-configuration.nix +++ b/hosts/glados/hardware-configuration.nix @@ -24,6 +24,7 @@ boot.initrd.luks.devices."cryptroot" = { device = "/dev/disk/by-uuid/bbbc1f37-53f5-4776-a70e-f2779179de50"; + allowDiscards = true; crypttabExtraOpts = ["tpm2-device=auto"]; }; -- cgit v1.2.3