typo on boot*.nix and debugging disk unlocking

This commit is contained in:
Raphaël Numbus
2026-01-02 20:41:37 +01:00
parent 490c4429f0
commit 3418988c83
2 changed files with 8 additions and 8 deletions
+2 -1
View File
@@ -24,7 +24,7 @@
type = "luks";
name = "crypted-boot-1";
settings = {
keyFile = "/etc/secrets/disks/boot-disk-2";
keyFile = "/etc/secrets/disks/boot-disk-1";
allowDiscards = true;
};
};
@@ -44,6 +44,7 @@
type = "luks";
name = "crypted-boot-2";
settings = {
keyFile = "/etc/secrets/disks/boot-disk-2";
allowDiscards = true;
};
content = {