Add threema shares to git config
This commit is contained in:
parent
7ff389b92c
commit
ab7844214d
1 changed files with 9 additions and 6 deletions
|
@ -63,11 +63,7 @@
|
|||
};
|
||||
};
|
||||
});
|
||||
in [
|
||||
(mkDefaultConfig "~/private/")
|
||||
(mkDefaultConfig "/etc/nixos/")
|
||||
(mkDefaultConfig "~/.password-store")
|
||||
((mkDefaultConfig "~/work/") // {
|
||||
workConfig = {
|
||||
contents = {
|
||||
commit.gpgsign = true;
|
||||
tag.gpgsign = true;
|
||||
|
@ -77,7 +73,14 @@
|
|||
};
|
||||
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/" ];
|
||||
lfs.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue