Add threema shares to git config

This commit is contained in:
Fabian Hauser 2021-05-03 15:02:55 +02:00
parent 7ff389b92c
commit ab7844214d

View file

@ -63,11 +63,7 @@
}; };
}; };
}); });
in [ workConfig = {
(mkDefaultConfig "~/private/")
(mkDefaultConfig "/etc/nixos/")
(mkDefaultConfig "~/.password-store")
((mkDefaultConfig "~/work/") // {
contents = { contents = {
commit.gpgsign = true; commit.gpgsign = true;
tag.gpgsign = true; tag.gpgsign = true;
@ -77,7 +73,14 @@
}; };
url."git@work.github.com".insteadOf = "git@github.com"; url."git@work.github.com".insteadOf = "git@github.com";
}; };
}) };
in [
(mkDefaultConfig "~/private/")
(mkDefaultConfig "/etc/nixos/")
(mkDefaultConfig "~/.password-store/")
(mkDefaultConfig "~/shares/cloud.qo.is/")
((mkDefaultConfig "~/work/") // workConfig)
((mkDefaultConfig "~/shares/cloud.threema.ch/") // workConfig)
]; ];
ignores = [ "*~" "*.swp" ".direnv/" ]; ignores = [ "*~" "*.swp" ".direnv/" ];
lfs.enable = true; lfs.enable = true;