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}";
|
||||
in
|
||||
{
|
||||
# workaround: https://github.com/NixOS/nixpkgs/issues/317865
|
||||
programs.git.config.safe.directory = "*";
|
||||
services.sourcehut = {
|
||||
enable = true;
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue