commit b7be9e2c07569bef42ad000bfde313724a97fd5f
parent 67986754c92f84c4aa5b0cb145620707692d3dd1
Author: Vincent Demeester <vincent@sbr.pm>
Date: Thu, 23 Jun 2022 16:29:21 +0200
systems/aomi: configure an extra luks key
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/systems/hosts/aomi.nix b/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;
};
};