refactor: update SSH signing keys and remove WSL configuration
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
parent
02e18c0e52
commit
6278eb6df5
@ -11,14 +11,18 @@
|
|||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = true
|
ui = true
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
|
@ -6,9 +6,6 @@
|
|||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
|
||||||
[gpg "ssh"]
|
|
||||||
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
|
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
[user]
|
|
||||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+sKpcREOUjwMMSzEWAso6830wbOi8kUxqpuXWw5gHr
|
|
||||||
email = menno@vleeuwen.me
|
|
||||||
name = Menno van Leeuwen
|
|
||||||
[gpg]
|
|
||||||
format = ssh
|
|
||||||
[gpg "ssh"]
|
|
||||||
program = "/mnt/c/Users/menno/AppData/Local/1Password/app/8/op-ssh-sign-wsl"
|
|
||||||
[commit]
|
|
||||||
gpgsign = true
|
|
||||||
[color]
|
|
||||||
ui = true
|
|
||||||
[push]
|
|
||||||
autoSetupRemote = true
|
|
||||||
[pull]
|
|
||||||
rebase = false
|
|
||||||
[filter "lfs"]
|
|
||||||
process = git-lfs filter-process
|
|
||||||
required = true
|
|
||||||
clean = git-lfs clean -- %f
|
|
||||||
smudge = git-lfs smudge -- %f
|
|
||||||
[safe]
|
|
||||||
directory = *
|
|
||||||
[credential]
|
|
||||||
helper = manager
|
|
@ -1,4 +1,7 @@
|
|||||||
Host *
|
Host *
|
||||||
IdentityFile ~/dotfiles/secrets/ssh_keys/mennos-2025.pem
|
IdentityFile ~/dotfiles/secrets/ssh_keys/mennos-2025.pem
|
||||||
|
IdentityAgent ~/.1password/agent.sock
|
||||||
|
AddKeysToAgent yes
|
||||||
|
ForwardAgent yes
|
||||||
|
|
||||||
Include ~/.ssh/config.d/*.conf
|
Include ~/.ssh/config.d/*.conf
|
||||||
|
Loading…
x
Reference in New Issue
Block a user