aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/cli/git.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-05 12:51:54 -0800
committerFranck Cuny <franck@fcuny.net>2022-03-05 12:51:54 -0800
commit0b45750847a4e28ebe065ea2e9503a58dfcb9e8a (patch)
treecba0b82a99008edc80943ae60419853e398d5852 /users/fcuny/cli/git.nix
parentagenix: rekey secrets (diff)
downloadinfra-0b45750847a4e28ebe065ea2e9503a58dfcb9e8a.tar.gz
git: nixfmt
Diffstat (limited to 'users/fcuny/cli/git.nix')
-rw-r--r--users/fcuny/cli/git.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/users/fcuny/cli/git.nix b/users/fcuny/cli/git.nix
index 63a5bd1..30ee841 100644
--- a/users/fcuny/cli/git.nix
+++ b/users/fcuny/cli/git.nix
@@ -22,9 +22,7 @@
signByDefault = true;
};
extraConfig = {
- "credential \"https://github.com\"" = {
- username = "fcuny";
- };
+ "credential \"https://github.com\"" = { username = "fcuny"; };
"credential \"https://git.fcuny.net\"" = {
username = "fcuny";
helper = "!echo -n 'password='; pass git/git.fcuny.net";