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

12 lines
162 B
Nix

{ ... }:
{
services.tandoor-recipes = {
enable = true;
address = "[::1]";
port = 33122;
extraConfig = {
GUNICORN_MEDIA = 1;
};
};
}