1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-07 01:07:00 +00:00
home-manager/tests
Sizhe Zhao 7da01bc47a
git: support alternate signing methods (#5516)
The Git module now supports SSH and X.509 signing in addition to
OpenPGP/GnuPG, via setting the `programs.git.signing.format` option.
It defaults to `openpgp` for now as a backwards compatibility measure,
but I feel like we shouldn't enforce GPG as the default on everyone,
especially for people who use SSH signing like me.

Accordingly, `programs.git.signing.gpgPath` has been renamed to
`programs.git.signing.signer`, as now the signer binary is not
restricted to GnuPG. Users should only get a warning and everything
should continue to work.

Fixes #4221, supersedes #4235

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
Co-authored-by: Sumner Evans <me@sumnerevans.com>
Co-authored-by: Leah Amelia Chen <hi@pluie.me>
2025-02-14 11:47:27 -07:00
..
integration home-manager: move profile management 2025-01-03 11:22:59 +01:00
lib senpai: switch to scfg format 2024-03-15 11:42:17 +01:00
modules git: support alternate signing methods (#5516) 2025-02-14 11:47:27 -07:00
asserts.nix tests: avoid unnecessary test script interpolation 2025-02-04 22:46:40 +01:00
big-test.nix treewide: remove now-redundant lib.mdDoc calls 2023-07-17 18:49:09 +01:00
default.nix eww: added tests 2025-02-12 09:38:53 -08:00
flake.nix home-manager: move tests into new test flake 2025-01-24 22:31:22 +01:00
stubs.nix tests: rework derivation stubbing 2025-02-04 23:58:20 +01:00