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

Compare commits

...

2 Commits

View File

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