12 lines
162 B
Nix
12 lines
162 B
Nix
{ ... }:
|
|
{
|
|
services.tandoor-recipes = {
|
|
enable = true;
|
|
address = "[::1]";
|
|
port = 33122;
|
|
extraConfig = {
|
|
GUNICORN_MEDIA = 1;
|
|
};
|
|
};
|
|
}
|