8 lines
109 B
Nix
8 lines
109 B
Nix
{ ... }: {
|
|
services.tandoor-recipes = {
|
|
enable = true;
|
|
address = "[::1]";
|
|
port = 33122;
|
|
};
|
|
}
|