2023-03-14 13:29:20 +00:00
|
|
|
{
|
|
|
|
config,
|
|
|
|
pkgs,
|
|
|
|
...
|
|
|
|
}: let
|
2021-06-06 13:22:44 +00:00
|
|
|
in
|
2023-03-14 13:29:20 +00:00
|
|
|
pkgs.lib.mkAfter '' [sendemail]
|
|
|
|
smtpserver = smtp.mailbox.org
|
|
|
|
smtpuser = jhonas@mailbox.org
|
|
|
|
smtpencryption = tls
|
|
|
|
smtpserverport = 587
|
2022-01-19 00:13:15 +00:00
|
|
|
|
2023-03-14 13:29:20 +00:00
|
|
|
[lfs]
|
|
|
|
repositoryformatversion = 0
|
|
|
|
[filter "lfs"]
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
2022-04-03 16:49:04 +00:00
|
|
|
|
2023-03-14 13:29:20 +00:00
|
|
|
[includeIf "gitdir:~/CodeRoom/greenbaum.cloud/"]
|
|
|
|
path = ~/.config/git/config_greenbaum.cloud
|
2022-04-26 09:32:36 +00:00
|
|
|
|
2023-05-31 18:53:16 +00:00
|
|
|
[includeIf "gitdir:~/CodeRoom/github.com/TritonDataCenter/"]
|
|
|
|
path = ~/.config/git/config_mnx
|
|
|
|
[includeIf "gitdir:~/CodeRoom/github.com/mnx-solutions/"]
|
|
|
|
path = ~/.config/git/config_mnx
|
|
|
|
|
2023-03-14 13:29:20 +00:00
|
|
|
[includeIf "gitdir:~/CodeRoom/git.b12f.io/"]
|
|
|
|
path = ~/.config/git/config_git.b12f.io
|
|
|
|
[includeIf "gitdir:~/CodeRoom/git.pub.solar/"]
|
|
|
|
path = ~/.config/git/config_git.b12f.io
|
|
|
|
[includeIf "gitdir:~/CodeRoom/codeberg.org/"]
|
|
|
|
path = ~/.config/git/config_git.b12f.io''
|