We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5087333 commit c07c320Copy full SHA for c07c320
machines/tim/programs/gh/README.md
@@ -0,0 +1,9 @@
1
+# gh
2
+
3
+swapping accounts in certain projects takes commands:
4
5
+```sh
6
+$ git config user.name "@zimeg"
7
+$ git config user.email "zim@o526.net"
8
+$ git config user.signingKey "~/.ssh/accounts/zimeg"
9
+```
machines/tim/programs/gh/default.nix
@@ -9,18 +9,6 @@
};
10
11
programs.git = {
12
- includes = [
13
- {
14
- condition = "hasconfig:remote.*.url:git@zimeg:*";
15
- contents = {
16
- user = {
17
- email = "zim@o526.net";
18
- name = "@zimeg";
19
- signingKey = "~/.ssh/accounts/zimeg";
20
- };
21
22
- }
23
- ];
24
signing = {
25
key = "~/.ssh/accounts/theorderingmachine";
26
0 commit comments