fix: sourcehut did not allow cloning from https
This commit is contained in:
parent
fffa0a4cae
commit
6304a4890b
1 changed files with 2 additions and 0 deletions
|
|
@ -4,6 +4,8 @@ let
|
||||||
fqdn = "sourcehut.${base-domain}";
|
fqdn = "sourcehut.${base-domain}";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
# workaround: https://github.com/NixOS/nixpkgs/issues/317865
|
||||||
|
programs.git.config.safe.directory = "*";
|
||||||
services.sourcehut = {
|
services.sourcehut = {
|
||||||
enable = true;
|
enable = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue