10 lines
117 B
Nix
10 lines
117 B
Nix
{
|
|
services.gitea = {
|
|
enable = true;
|
|
|
|
settings.service = {
|
|
DISABLE_REGISTRATION = true;
|
|
};
|
|
};
|
|
}
|