Ver Fonte

renamed option

Zander Hawke há 1 ano atrás
pai
commit
bd6fb179df
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      home/features/cli/git.nix

+ 1 - 1
home/features/cli/git.nix

@@ -11,9 +11,9 @@
     userEmail = "[email protected]";
 
     signing = {
-      gpgPath = "${pkgs.gnupg}/bin/gpg";
       key = "ED5EAAA8E895B23A";
       signByDefault = true;
+      signer = "${pkgs.gnupg}/bin/gpg";
     };
 
     aliases = {