Selaa lähdekoodia

renamed option

Zander Hawke 1 vuosi sitten
vanhempi
sitoutus
bd6fb179df
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 = {