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

8 lines
109 B
Nix

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