PGP: Difference between revisions
m formatting |
m Further change thats been fixed upstream |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 19: | Line 19: | ||
* {{Nixpkg|pkgs/by-name/se/sequoia-sqv/package.nix|sequoia-sqv}} | * {{Nixpkg|pkgs/by-name/se/sequoia-sqv/package.nix|sequoia-sqv}} | ||
* {{Nixpkg|pkgs/by-name/se/sequoia-sqop/package.nix|sequoia-sqop}} | * {{Nixpkg|pkgs/by-name/se/sequoia-sqop/package.nix|sequoia-sqop}} | ||
* {{Nixpkg|pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix|sequoia-chameleon-gnupg}} | * {{Nixpkg|pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix|sequoia-chameleon-gnupg}} | ||
=== NixOS === | === NixOS === | ||
| Line 30: | Line 30: | ||
==== Git Integration ==== | ==== Git Integration ==== | ||
Git having hardcoded the GNU Privacy Guard command interface, you will need to use {{Nixpkg|pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix|sequoia-chameleon-gnupg}} (also see [https://discourse.nixos.org/t/sequoia-pgp-on-home-manager/72938/9?u=malix the discourse post about this]) | Git having hardcoded the [[PGP#GNU Privacy Guard|GNU Privacy Guard]] command interface, you will need to use {{Nixpkg|pkgs/by-name/se/sequoia-chameleon-gnupg/package.nix|sequoia-chameleon-gnupg}} (also see [https://discourse.nixos.org/t/sequoia-pgp-on-home-manager/72938/9?u=malix the discourse post about this]) | ||
To do this using home manager :<syntaxhighlight lang="nix">{ | To do this using home manager :<syntaxhighlight lang="nix">{ | ||
| Line 50: | Line 50: | ||
sequoia-chameleon-gnupg | sequoia-chameleon-gnupg | ||
... | ... | ||