all repos — nixfiles @ b1eb6e4da088a1fd94881e6a54b983e16e546aee

System and user configuration, managed by nix and home-manager

update git config schema

Alan Pearce
commit

b1eb6e4da088a1fd94881e6a54b983e16e546aee

parent

f882cacd9b46335169efab7928e3f4a2da0f142c

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M user/hosts/marvin.nixuser/hosts/marvin.nix
@@ -38,11 +38,11 @@ format = "ssh";
key = "${config.home.homeDirectory}/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/PublicKeys/7ddf377f63c957d7c69185c07ab98a7b.pub"; signByDefault = true; }; - extraConfig.gpg = { + settings.gpg = { ssh = { allowedSignersFile = toString ( pkgs.writeText "allowed-signers" '' - ${config.programs.git.userEmail} ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJVREjPey2TOIPzfYJoG9yIR4Rui7tNJK2QIKa+pbgsyXg31hhPIw37LRRIic+l53mW8eahHxX3Y1IeTjcMw8IU= alan@alanpearce.eu + ${config.programs.git.settings.user.email} ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJVREjPey2TOIPzfYJoG9yIR4Rui7tNJK2QIKa+pbgsyXg31hhPIw37LRRIic+l53mW8eahHxX3Y1IeTjcMw8IU= alan@alanpearce.eu '' ); };