fwminex: add backup key

This commit is contained in:
2025-03-05 18:13:52 +02:00
parent f75f4b27a8
commit 79d926a810

View File

@@ -56,6 +56,9 @@ in
luksroot = { luksroot = {
device = "${nvme}-part3"; device = "${nvme}-part3";
allowDiscards = true; allowDiscards = true;
keyFileOffset = 9728;
keyFileSize = 512;
keyFile = "/dev/sda";
}; };
}; };
}; };