feat: automatic git auth for my instance
This commit is contained in:
parent
82731f059d
commit
cd18cf0f46
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ in {
|
|||
user.name = userName;
|
||||
user.email = userEmail;
|
||||
init.defaultBranch = "main";
|
||||
"credential \"https://git.${config.flake.meta.web.domain.domain}\"" = {
|
||||
helper = "store";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue