13 lines
302 B
Nix
13 lines
302 B
Nix
# Ignored in the .dockerignore! Docker will put it's own values in here from
|
|
# environment variables
|
|
{
|
|
identity = {
|
|
username = "cobertos";
|
|
git = {
|
|
name = "cobertos";
|
|
email = "me@cobertos.com";
|
|
defaultBranch = "owo";
|
|
};
|
|
};
|
|
dotfilesPath = "/home/cobertos/dotfiles";
|
|
}
|