We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running ukify genkey --secureboot-private-key=<path>.pam --secureboot-certificate=<path>.pam: ModuleNotFoundError: No module named 'cryptography', due to missing dependency cryptography in systemd's default.nix Discourse link: https://discourse.nixos.org/t/systemdukify-modulenotfounderror-no-module-named-cryptography/57904/12
ukify genkey --secureboot-private-key=<path>.pam --secureboot-certificate=<path>.pam
ModuleNotFoundError: No module named 'cryptography'
cryptography
configure systemdUkify in environment.systemPackages run ukify genkey --secureboot-private-key=PV.pam --secureboot-certificate=CERT.pam
systemdUkify
environment.systemPackages
ukify genkey --secureboot-private-key=PV.pam --secureboot-certificate=CERT.pam
"x86_64"
no
yes
nix-env (Nix) 2.24.11
/nix/var/nix/profiles/per-user/root/channels/nixos
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description
When running
ukify genkey --secureboot-private-key=<path>.pam --secureboot-certificate=<path>.pam
:ModuleNotFoundError: No module named 'cryptography'
, due to missing dependencycryptography
in systemd's default.nixDiscourse link: https://discourse.nixos.org/t/systemdukify-modulenotfounderror-no-module-named-cryptography/57904/12
Steps to reproduce
configure
systemdUkify
inenvironment.systemPackages
run
ukify genkey --secureboot-private-key=PV.pam --secureboot-certificate=CERT.pam
Technical details
"x86_64"
no
yes
nix-env (Nix) 2.24.11
/nix/var/nix/profiles/per-user/root/channels/nixos
The text was updated successfully, but these errors were encountered: