feat(git): per-folder author email

This commit is contained in:
Sridhar Ratnakumar 2024-05-15 23:38:52 -04:00
parent c7d8f9bc2f
commit f5388e7987

View file

@ -23,5 +23,15 @@
};
};
};
programs.git = {
# Bitbucket git access and policies
includes = [{
condition = "gitdir:~/juspay/**";
contents = {
user.email = "sridhar.ratnakumar@juspay.in";
};
}];
};
}