Skip to content

Commit

Permalink
fix: icarus timeout to password if keyfile missing (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae authored Oct 19, 2024
1 parent ff4d468 commit f66b80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/x86_64-linux/icarus.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
};

boot.initrd.luks.devices.cryptkey.keyFile = "/dev/disk/by-partlabel/alt_cryptkey";
boot.initrd.luks.devices.cryptkey.keyFileTimeout = 30;

imports = [
../../profiles/acme.nix
Expand Down

0 comments on commit f66b80c

Please sign in to comment.