fix: sourcehut did not allow cloning from https

This commit is contained in:
Khaïs COLIN 2025-03-27 22:49:28 +01:00
parent fffa0a4cae
commit 6304a4890b
Signed by: logistic-bot
SSH key fingerprint: SHA256:3zI3/tx0ZpCLHCLPmEaGR4oeYCPMCzQxXhXutBmtOAU

View file

@ -4,6 +4,8 @@ let
fqdn = "sourcehut.${base-domain}";
in
{
# workaround: https://github.com/NixOS/nixpkgs/issues/317865
programs.git.config.safe.directory = "*";
services.sourcehut = {
enable = true;
meta = {