mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
Use services.gitea.settings instead of services.gitea.extraConfig
This commit is contained in:
parent
0a01361734
commit
05eb1a3f4a
@ -28,9 +28,11 @@ with lib; {
|
||||
domain = "git.ellmauthaler.net";
|
||||
rootUrl = "https://git.ellmauthaler.net";
|
||||
httpPort = 3001;
|
||||
extraConfig = ''
|
||||
DEFAULT_BRANCH = main
|
||||
'';
|
||||
settings = {
|
||||
repository = {
|
||||
DEFAULT_BRANCH = "main";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user