Files
system-configuration/rgit.nix
2025-12-18 16:03:12 +01:00

9 lines
171 B
Nix

{...}: {
services.rgit = {
enable = true;
bindAddress = "[::]:3333";
dbStorePath = "/var/rgit/rgit.db";
repositoryStorePath = "/var/rgit/repos/";
};
}