NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.4k stars 13.62k forks source link

nixos/luksroot: GPG Smartcard support does not work with nixops #67690

Open marenz2569 opened 5 years ago

marenz2569 commented 5 years ago

Describe the bug GPG Smartcard support does not work with nixops, as the keys are directly copied on build. There is not the use of a trivial builder.

To Reproduce Steps to reproduce the behavior:

  1. Specify boot.initrd.luks.devices."name".gpgCard to the paths of encryptedPass and publicKey.
  2. Deploy with nixops

Expected behavior A builder should copy the files in the nix store and then to initrd

Maintainer information:

module: system/boot/luksroot

Fixed in PR #67582

stale[bot] commented 4 years ago

Thank you for your contributions.

This has been automatically marked as stale because it has had no activity for 180 days.

If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity.

Here are suggestions that might help resolve this more quickly:

  1. Search for maintainers and people that previously touched the related code and @ mention them in a comment.
  2. Ask on the NixOS Discourse.
  3. Ask on the #nixos channel on irc.freenode.net.