mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-20 09:39:39 +01:00
Compare commits
2 Commits
e32f92a86c
...
05eb1a3f4a
| Author | SHA1 | Date | |
|---|---|---|---|
| 05eb1a3f4a | |||
| 0a01361734 |
@ -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";
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user