Update git signing config, add httpie to packages
This commit is contained in:
parent
2908fea6a7
commit
ae497dbf6b
1 changed files with 6 additions and 4 deletions
|
@ -48,7 +48,7 @@
|
||||||
pfetch
|
pfetch
|
||||||
caprine-bin
|
caprine-bin
|
||||||
lightworks
|
lightworks
|
||||||
gitkraken
|
httpie
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -71,9 +71,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Frankie B.";
|
userName = "Frankie B.";
|
||||||
userEmail = "git@diskfloppy.me";
|
userEmail = "git@diskfloppy.me";
|
||||||
signing = {
|
extraConfig = {
|
||||||
key = "B428A0D1B4E2BAB0";
|
# Sign all commits using ssh key
|
||||||
signByDefault = true;
|
commit.gpgsign = true;
|
||||||
|
gpg.format = "ssh";
|
||||||
|
user.signingkey = "~/.ssh/id_ed25519.pub";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue