From 427b62fe07963a6d2dd753d0fc02ccf678466e09 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 21 Jul 2025 21:02:08 +0200 Subject: [PATCH] fix(stolas): name of dm-crypt container --- nixos/stolas/default.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nixos/stolas/default.nix b/nixos/stolas/default.nix index db1f640..197795e 100644 --- a/nixos/stolas/default.nix +++ b/nixos/stolas/default.nix @@ -32,14 +32,6 @@ "usb_storage" "sd_mod" ]; - luks.devices = { - root = { - device = "/dev/disk/by-uuid/81dfbfa5-d578-479c-b11c-3ee5abd6848a"; - allowDiscards = true; - # TODO lanzaboote + TPM2 unlock with PIN https://www.freedesktop.org/software/systemd/man/251/systemd-cryptenroll.html#--tpm2-with-pin=BOOL - #crypttabExtraOpts = [ "fido2-device=auto" ]; - }; - }; }; };