2021-06-06 13:22:44 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
let
|
|
|
|
in
|
2022-01-19 00:13:15 +00:00
|
|
|
pkgs.lib.mkAfter ''[sendemail]
|
|
|
|
smtpserver = smtp.mailbox.org
|
|
|
|
smtpuser = jhonas@mailbox.org
|
|
|
|
smtpencryption = tls
|
|
|
|
smtpserverport = 587
|
|
|
|
|
|
|
|
[includeIf "gitdir:~/CodeRoom/greenbaum.cloud/"]
|
2021-06-06 13:22:44 +00:00
|
|
|
path = ~/.config/git/config_greenbaum.cloud
|
|
|
|
|
|
|
|
[includeIf "gitdir:~/CodeRoom/git.b12f.io/"]
|
|
|
|
path = ~/.config/git/config_git.b12f.io''
|