9 lines
171 B
Nix
9 lines
171 B
Nix
{...}: {
|
|
services.rgit = {
|
|
enable = true;
|
|
bindAddress = "[::]:3333";
|
|
dbStorePath = "/var/rgit/rgit.db";
|
|
repositoryStorePath = "/var/rgit/repos/";
|
|
};
|
|
}
|