Skip to content

Commit 15d4c13

Browse files
chore: alphabetics
1 parent c07c320 commit 15d4c13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

machines/puma/programs/git/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# https://github.com/git/git
22
{
33
programs.git = {
4-
signing = {
5-
key = "~/.ssh/id_ed25519";
6-
};
74
settings = {
85
gpg = {
96
ssh = {
@@ -15,6 +12,9 @@
1512
name = "@zimeg";
1613
};
1714
};
15+
signing = {
16+
key = "~/.ssh/id_ed25519";
17+
};
1818
};
1919
home.file.".config/git/allowed_signers".text = ''
2020
zim@o526.net ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDZQSWnGNtSoSAaK90h3FYsxTlevad8+BpTzR2DwiT1C

0 commit comments

Comments
 (0)