diff options
Diffstat (limited to 'hosts/glados/hardware-configuration.nix')
| -rw-r--r-- | hosts/glados/hardware-configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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"]; }; |
