microvm-nix/microvm.nix

Use smbios to pass systemd credentials instead of fw_cfg

Open

#511 建立於 2026年4月27日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Nix (205 fork)github user discovery
enhancementgood first issuehelp wanted

倉庫指標

Star
 (2,626 star)
PR 合併指標
 (PR 指標待抓取)

描述

According to https://github.com/systemd/systemd/issues/24204 https://github.com/systemd/systemd/blob/78208556b281bd6ee8a95d16a517152728010475/docs/CREDENTIALS.md?plain=1#L303

fw_cfg has a 55 bytes name length limit, and many systemd creds names are actually longer than that, e.g. opt/io.systemd.credentials/ssh.ephemeral-authorized_keys-all. SMBIOS is the new recommended way to pass in credentials.

貢獻者指南