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

Compare commits

...

2 Commits

View File

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