Skip to content

Conversation

@FabrizioRomanoGenovese
Copy link

Added a package option for gnupg. This is useful, for instance, to allow usage with bleeding-edge GPG, which supports post-quantum encryption algos such as Kyber, defusing the "store now, decrypt later" threat model.

{
sops.environment.SOPS_GPG_EXEC = lib.mkIf (cfg.gnupg.home != null || cfg.gnupg.sshKeyPaths != [ ]) (
lib.mkDefault "${pkgs.gnupg}/bin/gpg"
lib.mkDefault "${cfg.gnupg.package}/bin/gpg"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package option is missing a bit up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants