feat: automatic git auth for my instance

This commit is contained in:
Teesh 2026-02-07 14:45:41 +02:00
parent 82731f059d
commit cd18cf0f46

View file

@ -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";
};
};
};
};