nix/host/x86_64-linux/home/Tandoor.nix

12 lines
162 B
Nix
Raw Normal View History

2025-01-08 13:43:49 +03:00
{ ... }:
{
2025-01-06 19:15:58 +03:00
services.tandoor-recipes = {
enable = true;
address = "[::1]";
port = 33122;
2025-01-06 20:08:45 +03:00
extraConfig = {
GUNICORN_MEDIA = 1;
};
2025-01-06 19:15:58 +03:00
};
}