Commit b7be9e2c0756

Vincent Demeester <vincent@sbr.pm>
2022-06-23 16:29:21
systems/aomi: configure an extra luks key
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 6798675
Changed files (1)
systems
systems/hosts/aomi.nix
@@ -38,6 +38,9 @@ in
       device = "/dev/disk/by-uuid/91b05f64-b97d-4405-8405-8785699ada8f";
       preLVM = true;
       allowDiscards = true;
+      keyFile = "/dev/disk/by-id/mmc-SD08G_0x704a5a38";
+      keyFileSize = 4096;
+      fallbackToPassword = true;
     };
   };