mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
When passing `gpg.publicKeys` a `source` including _multiple_ keys, only the first one in `source` will have `trust` set correctly. This commit fixes the issue and adds a corresponding test (failing without the patch, fixed with it).
6 lines
212 B
Nix
6 lines
212 B
Nix
{
|
|
gpg-immutable-keyfiles = ./immutable-keyfiles.nix;
|
|
gpg-mutable-keyfiles = ./mutable-keyfiles.nix;
|
|
gpg-multiple-keys-trust = ./multiple-keys-trust.nix;
|
|
gpg-override-defaults = ./override-defaults.nix;
|
|
}
|