Skip to content

Commit

Permalink
Change gpg key 💩 to SSH
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 7, 2024
1 parent cc3d0f0 commit 6c06b78
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions modules/home-manager/server/programs/git.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# https://www.gerritcodereview.com/
# https://meldmerge.org/
{ pkgs, ... }:
{ config, pkgs, ... }:
let
glab-pkg = pkgs.unstable.glab;
in
Expand Down Expand Up @@ -31,7 +31,9 @@ in
}
];
extraConfig = {
user.signingkey = "6B890C16BB7F7971";
# user.signingkey = "6B890C16BB7F7971";
user.signingkey = "${config.home.homeDirectory}/.ssh/id_tengen.pub";
gpg.format = "ssh";
"credential \"https://gitlab.com\"" = {
helper = "${glab-pkg}/bin/glab auth git-credential";
};
Expand Down

0 comments on commit 6c06b78

Please sign in to comment.