fix: oopsie doopsy

This commit is contained in:
Teesh 2026-02-08 22:58:01 +02:00
commit a8644e09fd

View file

@ -13,6 +13,9 @@ in {
user.name = userName; user.name = userName;
user.email = userEmail; user.email = userEmail;
init.defaultBranch = "main"; init.defaultBranch = "main";
"credential \"https://git.${config.flake.meta.web.domain.domain}\"" = {
helper = "store";
};
}; };
}; };
}; };