]> git.immae.eu Git - perso/Immae/Config/Nix.git/blame - .gitconfig
Move backups to flake
[perso/Immae/Config/Nix.git] / .gitconfig
CommitLineData
652160c6
IB
1; git config --local include.path '../.gitconfig'
2[push]
3 recurseSubmodules = on-demand
282c67a1
IB
4; Find a way to include this file automatically?
5; git -C nixops/secrets config --local diff.gpgdiffer.textconv "gpg --quiet -d"
6[diff "gpgdiffer"]
7 textconv = "gpg --quiet -d"
8[diff "sopsdiffer"]
9 textconv = "sops -d"