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

Compare commits

..

No commits in common. "05eb1a3f4a43f6dcbf3794ba9de520fb76b6d49b" and "e32f92a86cb37a539e6175d4b734835e3891a000" have entirely different histories.

View File

@ -28,11 +28,6 @@ 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";
};
};
}; };
}; };
} }