1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

Add default branch to gitea config

This commit is contained in:
Stefan Ellmauthaler 2022-10-25 17:13:48 +02:00
parent e32f92a86c
commit 0a01361734
Failed to extract signature

View File

@ -28,6 +28,9 @@ with lib; {
domain = "git.ellmauthaler.net"; domain = "git.ellmauthaler.net";
rootUrl = "https://git.ellmauthaler.net"; rootUrl = "https://git.ellmauthaler.net";
httpPort = 3001; httpPort = 3001;
extraConfig = ''
DEFAULT_BRANCH = main
'';
}; };
}; };
} }