diff --git a/flake.lock b/flake.lock index 78aa2a2..081cf97 100644 --- a/flake.lock +++ b/flake.lock @@ -103,11 +103,11 @@ ] }, "locked": { - "lastModified": 1773793737, - "narHash": "sha256-We9Aziw+SKraJ13nJi11U/dVorV4KXmdhi9AeZOIwik=", + "lastModified": 1774412275, + "narHash": "sha256-IaWuBa0oNYk6vKJ09jRx5FcsUUaoLFxhKH9oArSIctU=", "ref": "refs/heads/master", - "rev": "f4b3188069864d401626ac5f7d54f330d95aba2b", - "revCount": 159, + "rev": "8712ea673d3f4d57a827462dd51af402a4a9bce1", + "revCount": 163, "type": "git", "url": "https://git.wntrmute.dev/kyle/kte" }, @@ -124,11 +124,11 @@ ] }, "locked": { - "lastModified": 1774394187, - "narHash": "sha256-pykQzVYfuGe8hKtil9M+DZ5RP323jju29BlwrU43d2g=", + "lastModified": 1774414724, + "narHash": "sha256-HvGgEmzU6cCy+VsATi6OunF+h0NKRADDLlAuOQ/u/SY=", "owner": "kisom", "repo": "lector", - "rev": "74d076306d953e02c9376075b3a996fd9ce857bb", + "rev": "624d738ed55d56c26ca15f4bcea005c88cc2f537", "type": "github" }, "original": { diff --git a/hw/vade/hardware-configuration.nix b/hw/vade/hardware-configuration.nix index f66180f..044127f 100644 --- a/hw/vade/hardware-configuration.nix +++ b/hw/vade/hardware-configuration.nix @@ -20,6 +20,9 @@ boot.initrd.luks.devices."luks-e51c3431-ac26-4429-88a6-cebba8878935".device = "/dev/disk/by-uuid/e51c3431-ac26-4429-88a6-cebba8878935"; + # Use systemd in initrd for FIDO2 LUKS unlock support + boot.initrd.systemd.enable = true; + fileSystems."/boot" = { device = "/dev/disk/by-uuid/D3B0-0F2F"; fsType = "vfat";