flake updates and systemd initrd

This commit is contained in:
2026-03-24 23:23:15 -07:00
parent 5796f737cf
commit efe0252473
2 changed files with 10 additions and 7 deletions

14
flake.lock generated
View File

@@ -103,11 +103,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1773793737, "lastModified": 1774412275,
"narHash": "sha256-We9Aziw+SKraJ13nJi11U/dVorV4KXmdhi9AeZOIwik=", "narHash": "sha256-IaWuBa0oNYk6vKJ09jRx5FcsUUaoLFxhKH9oArSIctU=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "f4b3188069864d401626ac5f7d54f330d95aba2b", "rev": "8712ea673d3f4d57a827462dd51af402a4a9bce1",
"revCount": 159, "revCount": 163,
"type": "git", "type": "git",
"url": "https://git.wntrmute.dev/kyle/kte" "url": "https://git.wntrmute.dev/kyle/kte"
}, },
@@ -124,11 +124,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1774394187, "lastModified": 1774414724,
"narHash": "sha256-pykQzVYfuGe8hKtil9M+DZ5RP323jju29BlwrU43d2g=", "narHash": "sha256-HvGgEmzU6cCy+VsATi6OunF+h0NKRADDLlAuOQ/u/SY=",
"owner": "kisom", "owner": "kisom",
"repo": "lector", "repo": "lector",
"rev": "74d076306d953e02c9376075b3a996fd9ce857bb", "rev": "624d738ed55d56c26ca15f4bcea005c88cc2f537",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -20,6 +20,9 @@
boot.initrd.luks.devices."luks-e51c3431-ac26-4429-88a6-cebba8878935".device = "/dev/disk/by-uuid/e51c3431-ac26-4429-88a6-cebba8878935"; 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" = fileSystems."/boot" =
{ device = "/dev/disk/by-uuid/D3B0-0F2F"; { device = "/dev/disk/by-uuid/D3B0-0F2F";
fsType = "vfat"; fsType = "vfat";