experiment with rgit, update to unstable

This commit is contained in:
mtgmonkey
2025-12-18 16:03:12 +01:00
parent d2dc5b2ef4
commit 2b0ff45e1a
4 changed files with 177 additions and 111 deletions

8
rgit.nix Normal file
View File

@@ -0,0 +1,8 @@
{...}: {
services.rgit = {
enable = true;
bindAddress = "[::]:3333";
dbStorePath = "/var/rgit/rgit.db";
repositoryStorePath = "/var/rgit/repos/";
};
}