Commit 2a6dfe86600c

Vincent Demeester <vincent@sbr.pm>
2025-06-13 11:31:19
systems/kobe: add keyFile to root
To unlock the disk with an sdcard. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d40bd1b
Changed files (1)
systems
systems/kobe/disks.nix
@@ -29,6 +29,8 @@ _: {
                 askPassword = true;
                 settings = {
                   allowDiscards = true;
+                  keyFile = "/dev/disk/by-id/mmc-SDC_0x00011fd6";
+                  keyFileSize = 4096;
                 };
                 content = {
                   type = "filesystem";